Coda by Ian Macalinao
    Preparing search index...
    interface SwapResultArgs {
        lpFee: number | bigint;
        nextSqrtPrice: number | bigint;
        outputAmount: number | bigint;
        partnerFee: number | bigint;
        protocolFee: number | bigint;
        referralFee: number | bigint;
    }
    Index

    Properties

    lpFee: number | bigint
    nextSqrtPrice: number | bigint
    outputAmount: number | bigint
    partnerFee: number | bigint
    protocolFee: number | bigint
    referralFee: number | bigint