Coda by Ian Macalinao
    Preparing search index...
    type VoucherArgs = {
        index: number;
        leafSchema: LeafSchemaArgs;
        merkleTree: Address;
    }
    Index

    Properties

    index: number

    Position the leaf occupied in the Merkle tree before it was redeemed.

    leafSchema: LeafSchemaArgs

    Snapshot of the redeemed leaf's data, preserved until it is decompressed or the redeem is cancelled.

    merkleTree: Address

    Address of the tree the leaf was redeemed from.