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

    Type Alias ApiStakingEventsBody

    ApiStakingEventsBody: ApiEventsBody & { walletAddress: SuiAddress }

    Inputs for a direct staking-event query.

    The intersection inherits cursor?: EventId and limit?: number from ApiEventsBody and adds the wallet filter. The high-level Staking class exposes normalized positions rather than a method that accepts this body.

    Type Declaration

    • walletAddress: SuiAddress

      Wallet address whose staking events are queried.