Coda by Ian Macalinao
    Preparing search index...

    Type Alias EvtClaimProtocolFeeArgs

    type EvtClaimProtocolFeeArgs = {
        pool: Address;
        tokenAAmount: number | bigint;
        tokenBAmount: number | bigint;
    }
    Index
    pool: Address
    tokenAAmount: number | bigint
    tokenBAmount: number | bigint