TxContentDelegationsInner class abstract

TxContentDelegationsInner

Properties:

  • index - Index of the certificate within the transaction
  • certIndex - Index of the certificate within the transaction
  • address - Bech32 delegation stake address
  • poolId - Bech32 ID of delegated stake pool
  • activeEpoch - Epoch in which the delegation becomes active
Annotations
  • @BuiltValue()

Constructors

TxContentDelegationsInner([void updates(TxContentDelegationsInnerBuilder b)])
factory

Properties

activeEpoch int
Epoch in which the delegation becomes active
no setter
address String
Bech32 delegation stake address
no setter
certIndex int
Index of the certificate within the transaction
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
Index of the certificate within the transaction
no setter
poolId String
Bech32 ID of delegated stake pool
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(TxContentDelegationsInnerBuilder)) TxContentDelegationsInner
Rebuilds the instance.
inherited
toBuilder() TxContentDelegationsInnerBuilder
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<TxContentDelegationsInner>
no setter