ShieldedCoinInfoDescriptor
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.16.0-rc.0
@midnight-ntwrk/compact-runtime / ShieldedCoinInfoDescriptor
Variable: ShieldedCoinInfoDescriptor
const ShieldedCoinInfoDescriptor: {
alignment: Alignment;
fromValue: {
color: Uint8Array;
nonce: Uint8Array;
value: bigint;
};
toValue: Value;
};
Type Declaration
alignment()
alignment(): Alignment;
Returns
fromValue()
fromValue(value): {
color: Uint8Array;
nonce: Uint8Array;
value: bigint;
};