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

    Interface ApiFarmsOwnedStakedPositionsBody

    Request body for reading all staked positions owned by one address.

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

    Wallet address whose owned positions the indexer should return.