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

    Interface ApiPoolsOwnedDaoFeePoolOwnerCapsBody

    Request body for listing the owned DAO fee pool owner caps, letting a user see if they can update fees/recipients in certain pools.

    interface ApiPoolsOwnedDaoFeePoolOwnerCapsBody {
        walletAddress: string;
    }
    Index
    walletAddress: string

    The wallet whose owned DAO fee capabilities should be indexed.