ShieldedCoinInfo
@midnight-ntwrk/onchain-runtime v2.0.1
@midnight-ntwrk/onchain-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
Type declaration
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