TxContentPoolCertsInner class abstract

TxContentPoolCertsInner

Properties:

Annotations
  • @BuiltValue()

Constructors

TxContentPoolCertsInner([void updates(TxContentPoolCertsInnerBuilder b)])
factory

Properties

activeEpoch int
Epoch in which the update becomes active
no setter
certIndex int
Index of the certificate within the transaction
no setter
fixedCost String
Fixed tax cost of the stake pool in Lovelaces
no setter
hashCode int
The hash code for this object.
no setterinherited
marginCost num
Margin tax cost of the stake pool
no setter
metadata TxContentPoolCertsInnerMetadata?
no setter
owners → BuiltList<String>
no setter
pledge String
Stake pool certificate pledge in Lovelaces
no setter
poolId String
Bech32 encoded pool ID
no setter
relays → BuiltList<TxContentPoolCertsInnerRelaysInner>
no setter
rewardAccount String
Bech32 reward account of the stake pool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vrfKey String
VRF key hash
no setter

Methods

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