Coda by Ian Macalinao
    Preparing search index...

    Type Alias ClaimProtocolFeeInstructionDataArgs

    type ClaimProtocolFeeInstructionDataArgs = {
        maxAmountA: number | bigint;
        maxAmountB: number | bigint;
    }
    Index
    maxAmountA: number | bigint
    maxAmountB: number | bigint