Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 1.23 KB

DelegationSummaryDto.md

File metadata and controls

15 lines (9 loc) · 1.23 KB

DelegationSummaryDto

Properties

Name Type Description Notes
active Array<AmountAndChainDescriptor> An array of objects containing chain descriptors and associated amounts, representing active positions. [default to undefined]
inactive Array<AmountAndChainDescriptor> An array of objects containing chain descriptors and associated amounts, representing inactive positions. [default to undefined]
rewardsAmount Array<AmountAndChainDescriptor> An array of objects containing chain descriptors and associated amounts, representing rewards positions. [default to undefined]
totalStaked Array<AmountAndChainDescriptor> An array of objects with chain descriptors and total staked amounts, representing the combined staked totals of active and inactive positions. [default to undefined]

[Back to top] [Back to API list] [Back to Model list] [Back to README]