Skip to main content

QualifiedCoinInfo

@midnight/zswap v4.0.0-rc


@midnight/zswap / 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;