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

    Properties

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