Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.14 KB

File metadata and controls

13 lines (10 loc) · 1.14 KB

# SplitMember

Properties

Name Type Description Notes
address string Address of the delegator [optional]
delegated_balance int Amount delegated to the baker at the snapshot time (micro tez). This amount doesn't include staked amount. [optional]
staked_pseudotokens string Amount of staked pseudotokens at the snapshot time, representing staker's share within the baker's `externalStakedBalance`. [optional]
staked_balance int Estimated amount staked to the baker at the snapshot time (micro tez). It's computed on-the-fly as `externalStakedBalance * stakedPseudotokens / issuedPseudotokens`. [optional]
emptied bool Indicates whether the delegator is emptied (at the moment, not at the snapshot time). Emptied accounts (users with zero balance) should be re-allocated, so if you make payment to the emptied account you will pay allocation fee. [optional]

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