Skip to main content

Module iota::types

IOTA types helpers and utilities

Module Functions

pub is_one_time_witness

Tests if the argument type is a one-time witness, that is a type with only one instantiation across the entire code base.

public fun is_one_time_witness<T: drop>(_: &T): bool

Implementation

public native fun is_one_time_witness<T: drop>(_: &T): bool;