Coda by Ian Macalinao
    Preparing search index...

    Type Alias WithdrawEventArgs

    type WithdrawEventArgs = {
        amount: number | bigint;
        authority: Address;
        timestamp: number | bigint;
        token: Address;
    }
    Index
    amount: number | bigint
    authority: Address
    timestamp: number | bigint
    token: Address