Coda by Ian Macalinao
    Preparing search index...
    interface Redeemer {
        bump: number;
        discriminator: ReadonlyUint8Array;
        iouMint: Address;
        redemptionMint: Address;
        totalTokensRedeemed: bigint;
    }
    Index

    Properties

    bump: number
    discriminator: ReadonlyUint8Array
    iouMint: Address
    redemptionMint: Address
    totalTokensRedeemed: bigint