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

    Interface DaoFeePoolOwnerCapObject

    A capability object indicating ownership of a DaoFeePoolObject. Whomever holds this can update the fee parameters or recipient.

    interface DaoFeePoolOwnerCapObject {
        daoFeePoolId: string;
        objectId: string;
        objectType: string;
    }

    Hierarchy (View Summary)

    • Object
      • DaoFeePoolOwnerCapObject
    Index
    daoFeePoolId: string

    The DaoFeePoolObject ID this cap is associated with.

    objectId: string

    The on-chain object ID.

    objectType: string

    The Move type of the object.