ShieldedCoinInfo
@midnight-ntwrk/compact-runtime v0.14.0
@midnight-ntwrk/compact-runtime / ShieldedCoinInfo
Type Alias: ShieldedCoinInfo
type ShieldedCoinInfo = {
nonce: Nonce;
type: RawTokenType;
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: RawTokenType;
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