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

    Interface ApiDelegatedStakesBody

    Inputs for retrieving native Sui delegated stakes.

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

    Wallet address whose native delegated stakes are queried.