Skip to main content

QualifiedCoinInfo

@midnight/zswap v3.0.2Readme | API


@midnight/zswap v3.0.2 / QualifiedCoinInfo

Type alias: QualifiedCoinInfo

type QualifiedCoinInfo: {
mt_index: bigint;
nonce: Nonce;
type: TokenType;
value: bigint;
};

Information required to spend an existing coin, alongside authorization of the owner

Type declaration

mt_index

mt_index: bigint;

nonce

nonce: Nonce;

type

type: TokenType;

value

value: bigint;