AccountRewardContentInner class abstract

AccountRewardContentInner

Properties:

  • epoch - Epoch of the associated reward
  • amount - Rewards for given epoch in Lovelaces
  • poolId - Bech32 pool ID being delegated to
  • type - Type of the reward
Annotations
  • @BuiltValue()

Constructors

AccountRewardContentInner([void updates(AccountRewardContentInnerBuilder b)])
factory

Properties

amount String
Rewards for given epoch in Lovelaces
no setter
epoch int
Epoch of the associated reward
no setter
hashCode int
The hash code for this object.
no setterinherited
poolId String
Bech32 pool ID being delegated to
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AccountRewardContentInnerTypeEnum
Type of the reward
no setter

Methods

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