Coda by Ian Macalinao
    Preparing search index...

    Type Alias WithdrawEvent

    type WithdrawEvent = {
        amount: bigint;
        authority: Address;
        timestamp: bigint;
        token: Address;
    }
    Index
    amount: bigint
    authority: Address
    timestamp: bigint
    token: Address