Coda by Ian Macalinao
    Preparing search index...
    interface PoolFeesStructArgs {
        baseFee: BaseFeeStructArgs;
        dynamicFee: DynamicFeeStructArgs;
        padding0: number[];
        padding1: (number | bigint)[];
        partnerFeePercent: number;
        protocolFeePercent: number;
        referralFeePercent: number;
    }
    Index

    Properties

    Trade fees are extra token amounts that are held inside the token accounts during a trade, making the value of liquidity tokens rise. Trade fee numerator

    dynamic fee

    padding0: number[]

    padding

    padding1: (number | bigint)[]

    padding

    partnerFeePercent: number

    partner fee

    protocolFeePercent: number

    Protocol trading fees are extra token amounts that are held inside the token accounts during a trade, with the equivalent in pool tokens minted to the protocol of the program. Protocol trade fee numerator

    referralFeePercent: number

    referral fee