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

    Interface ApiFarmsOwnedStakingPoolOneTimeAdminCapsBody

    Request body for reading one-time admin capabilities owned by an address.

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

    Wallet address whose one-time admin capabilities should be returned.