QualifiedCoinInfo
For the complete documentation index, see llms.txt
@midnight/zswap / QualifiedCoinInfo
Type Alias: QualifiedCoinInfo
type QualifiedCoinInfo: {
mt_index: bigint;
nonce: Nonce;
type: TokenType;
value: bigint;
};
기존 코인을 소비하는 데 필요한 정보와 승인 정보입니다. the owner
Type declaration
mt_index
mt_index: bigint;
nonce
nonce: Nonce;
type
type: TokenType;
value
value: bigint;