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

    Raw fields of an on-chain DAO fee pool object.

    interface DaoFeePoolFieldsOnChain {
        fee_bps: string;
        fee_recipient: string;
    }
    Index
    fee_bps: string

    The DAO fee in basis points as a decimal string.

    fee_recipient: string

    The address that receives the DAO fee.