Coda by Ian Macalinao
    Preparing search index...
    type Voucher = {
        discriminator: ReadonlyUint8Array;
        index: number;
        leafSchema: LeafSchema;
        merkleTree: Address;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    index: number

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

    leafSchema: LeafSchema

    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.