AccountDelegationContentInner class abstract

AccountDelegationContentInner

Properties:

  • activeEpoch - Epoch in which the delegation becomes active
  • txHash - Hash of the transaction containing the delegation
  • amount - Rewards for given epoch in Lovelaces
  • poolId - Bech32 ID of pool being delegated to
Annotations
  • @BuiltValue()

Properties

activeEpoch int
Epoch in which the delegation becomes active
no setter
amount String
Rewards for given epoch 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
txHash String
Hash of the transaction containing the delegation
no setter

Methods

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