Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 990 Bytes

DelegationSummaryDto.md

File metadata and controls

16 lines (8 loc) · 990 Bytes

DelegationSummaryDto

Properties

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