AccountContent class abstract

AccountContent

Properties:

  • stakeAddress - Bech32 stake address
  • active - Registration state of an account
  • activeEpoch - Epoch of the most recent action - registration or deregistration
  • controlledAmount - Balance of the account in Lovelaces
  • rewardsSum - Sum of all rewards for the account in the Lovelaces
  • withdrawalsSum - Sum of all the withdrawals for the account in Lovelaces
  • reservesSum - Sum of all funds from reserves for the account in the Lovelaces
  • treasurySum - Sum of all funds from treasury for the account in the Lovelaces
  • withdrawableAmount - Sum of available rewards that haven't been withdrawn yet for the account in the Lovelaces
  • poolId - Bech32 pool ID that owns the account
Annotations
  • @BuiltValue()

Constructors

AccountContent([void updates(AccountContentBuilder b)])
factory

Properties

active bool
Registration state of an account
no setter
activeEpoch int?
Epoch of the most recent action - registration or deregistration
no setter
controlledAmount String
Balance of the account in Lovelaces
no setter
hashCode int
The hash code for this object.
no setterinherited
poolId String?
Bech32 pool ID that owns the account
no setter
reservesSum String
Sum of all funds from reserves for the account in the Lovelaces
no setter
rewardsSum String
Sum of all rewards for the account in the Lovelaces
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stakeAddress String
Bech32 stake address
no setter
treasurySum String
Sum of all funds from treasury for the account in the Lovelaces
no setter
withdrawableAmount String
Sum of available rewards that haven't been withdrawn yet for the account in the Lovelaces
no setter
withdrawalsSum String
Sum of all the withdrawals for the account in Lovelaces
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountContentBuilder)) AccountContent
Rebuilds the instance.
inherited
toBuilder() AccountContentBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<AccountContent>
no setter