Coda by Ian Macalinao
    Preparing search index...
    interface PoolMetricsArgs {
        padding: number | bigint;
        totalLpAFee: number | bigint;
        totalLpBFee: number | bigint;
        totalPartnerAFee: number | bigint;
        totalPartnerBFee: number | bigint;
        totalPosition: number | bigint;
        totalProtocolAFee: number | bigint;
        totalProtocolBFee: number | bigint;
    }
    Index

    Properties

    padding: number | bigint
    totalLpAFee: number | bigint
    totalLpBFee: number | bigint
    totalPartnerAFee: number | bigint
    totalPartnerBFee: number | bigint
    totalPosition: number | bigint
    totalProtocolAFee: number | bigint
    totalProtocolBFee: number | bigint