Coda by Ian Macalinao
    Preparing search index...

    Type Alias WithdrawTokensEvent

    type WithdrawTokensEvent = {
        amount: bigint;
        mint: Address;
        mm: Address;
        owner: Address;
        pool: Address;
    }
    Index
    amount: bigint
    mint: Address
    mm: Address
    owner: Address
    pool: Address