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

    Interface ApiFarmsOwnedStakingPoolOwnerCapsBody

    Request body for reading owner capabilities owned by an address.

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

    Wallet address whose owner capabilities should be returned.