aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface DaoFeePoolObject

    An on-chain object representing DAO fee configuration for a pool: it stores the fee basis points and the fee recipient address.

    interface DaoFeePoolObject {
        feeBps: bigint;
        feeRecipient: string;
        objectId: string;
        objectType: string;
    }

    Hierarchy (View Summary)

    Index
    feeBps: bigint

    The fee in basis points, e.g., 100 => 1%.

    feeRecipient: string

    The Sui address receiving the fee portion from trades or other actions.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.