Coda by Ian Macalinao
    Preparing search index...
    interface WithdrawEvent {
        amount: bigint;
        authority: Address;
        timestamp: bigint;
        token: Address;
    }
    Index

    Properties

    amount: bigint
    authority: Address
    timestamp: bigint
    token: Address