Coda by Ian Macalinao
    Preparing search index...
    type CancelRedeemInstructionData = {
        discriminator: ReadonlyUint8Array;
        root: number[];
    }
    Index

    Properties

    Properties

    discriminator: ReadonlyUint8Array
    root: number[]

    Current Merkle root of the tree; the leaf recorded in voucher is re-inserted at its original position and verified against this root.