StakingSummary
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 StakingSummary {
currentStakeAvailable: String!
linkings(
pagination: Pagination
): StakesConnection!
}
Fields
StakingSummary.currentStakeAvailable
● String!
non-null scalar
The stake currently available for the party
StakingSummary.linkings
● StakesConnection!
non-null object
The list of all stake link/unlink for the party
StakingSummary.linkings.pagination
●Pagination
input
Member of
Party
object