AccountHistoryContentInner class abstract

AccountHistoryContentInner

Properties:

  • activeEpoch - Epoch in which the stake was active
  • amount - Stake amount in Lovelaces
  • poolId - Bech32 ID of pool being delegated to
Annotations
  • @BuiltValue()

Constructors

AccountHistoryContentInner([void updates(AccountHistoryContentInnerBuilder b)])
factory

Properties

activeEpoch int
Epoch in which the stake was active
no setter
amount String
Stake amount in Lovelaces
no setter
hashCode int
The hash code for this object.
no setterinherited
poolId String
Bech32 ID of pool being delegated to
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(AccountHistoryContentInnerBuilder)) AccountHistoryContentInner
Rebuilds the instance.
inherited
toBuilder() AccountHistoryContentInnerBuilder
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<AccountHistoryContentInner>
no setter