Coda by Ian Macalinao
    Preparing search index...
    interface RedeemTokensEvent {
        amount: bigint;
        iouMint: Address;
        redemptionMint: Address;
        timestamp: bigint;
        user: Address;
    }
    Index

    Properties

    amount: bigint
    iouMint: Address
    redemptionMint: Address
    timestamp: bigint
    user: Address