Coda by Ian Macalinao
    Preparing search index...

    Type Alias RedeemTokensEvent

    type RedeemTokensEvent = {
        amount: bigint;
        iouMint: Address;
        redemptionMint: Address;
        timestamp: bigint;
        user: Address;
    }
    Index
    amount: bigint
    iouMint: Address
    redemptionMint: Address
    timestamp: bigint
    user: Address