Coda by Ian Macalinao
    Preparing search index...
    interface WithdrawTokensEvent {
        amount: bigint;
        mint: Address;
        mm: Address;
        owner: Address;
        pool: Address;
    }
    Index

    Properties

    Properties

    amount: bigint
    mint: Address
    mm: Address
    owner: Address
    pool: Address