Coda by Ian Macalinao
    Preparing search index...

    Type Alias ClaimPartnerFeeInstructionDataArgs

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