Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.22 KB

AccountContent.md

File metadata and controls

24 lines (19 loc) · 1.22 KB

blockfrost.model.AccountContent

Load the model package

import 'package:blockfrost/api.dart';

Properties

Name Type Description Notes
stakeAddress String Bech32 stake address
active bool Registration state of an account
activeEpoch int Epoch of the most recent action - registration or deregistration
controlledAmount String Balance of the account in Lovelaces
rewardsSum String Sum of all rewards for the account in the Lovelaces
withdrawalsSum String Sum of all the withdrawals for the account in Lovelaces
reservesSum String Sum of all funds from reserves for the account in the Lovelaces
treasurySum String Sum of all funds from treasury for the account in the Lovelaces
withdrawableAmount String Sum of available rewards that haven't been withdrawn yet for the account in the Lovelaces
poolId String Bech32 pool ID that owns the account

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