Skip to main content
Version: mainnet (v0.71)

PartyStake

All staking information related to a Party. Contains the current recognised balance by the network and all the StakeLink/Unlink seen by the network

type PartyStake {
currentStakeAvailable: String!
linkings: [StakeLinking!]
}

Fields

PartyStake.currentStakeAvailable ● String! non-null scalar

The stake currently available for the party

PartyStake.linkings ● [StakeLinking!] list object

The list of all stake link/unlink for the party