Skip to main content

CoinInfo

@midnight-ntwrk/compact-runtime v0.9.0


@midnight-ntwrk/compact-runtime / CoinInfo

Type Alias: CoinInfo

type CoinInfo = {
nonce: Nonce;
type: TokenType;
value: bigint;
};

Information required to create a new coin, alongside details about the recipient

Properties

nonce

nonce: Nonce;

The coin's randomness, preventing it from colliding with other coins


type

type: TokenType;

The coin's type, identifying the currency it represents


value

value: bigint;

The coin's value, in atomic units dependent on the currency

Bounded to be a non-negative 64-bit integer