Skip to content

ChainGraph API Documentation / @badaitech/badai-api / GraphQL / StakingTierResponse

Type Alias: StakingTierResponse ​

StakingTierResponse = object

Defined in: client/graphql.ts:2359

Response to the stakingTier query.

Properties ​

__typename? ​

optional __typename: "StakingTierResponse"

Defined in: client/graphql.ts:2360


Tier? ​

optional Tier: Maybe<Tier>

Defined in: client/graphql.ts:2362

Tier of the staker. null means that the staker has no tier

Licensed under BUSL-1.1