Coda by Ian Macalinao
    Preparing search index...
    interface SwapResult2Args {
        amountLeft: number | bigint;
        excludedFeeInputAmount: number | bigint;
        includedFeeInputAmount: number | bigint;
        nextSqrtPrice: number | bigint;
        outputAmount: number | bigint;
        partnerFee: number | bigint;
        protocolFee: number | bigint;
        referralFee: number | bigint;
        tradingFee: number | bigint;
    }
    Index

    Properties

    amountLeft: number | bigint
    excludedFeeInputAmount: number | bigint
    includedFeeInputAmount: number | bigint
    nextSqrtPrice: number | bigint
    outputAmount: number | bigint
    partnerFee: number | bigint
    protocolFee: number | bigint
    referralFee: number | bigint
    tradingFee: number | bigint