Pool class abstract

Pool

Properties:

Annotations
  • @BuiltValue()

Constructors

Pool([void updates(PoolBuilder b)])
factory

Properties

activeSize num
no setter
activeStake String
no setter
blocksEpoch int
Number of blocks minted in the current epoch
no setter
blocksMinted int
Total minted blocks
no setter
declaredPledge String
Stake pool certificate pledge
no setter
fixedCost String
Fixed tax cost of the stake pool
no setter
hashCode int
The hash code for this object.
no setterinherited
hex String
Hexadecimal pool ID.
no setter
liveDelegators num
no setter
livePledge String
Stake pool current pledge
no setter
liveSaturation num
no setter
liveSize num
no setter
liveStake String
no setter
marginCost num
Margin tax cost of the stake pool
no setter
owners → BuiltList<String>
no setter
poolId String
Bech32 pool ID
no setter
registration → BuiltList<String>
no setter
retirement → BuiltList<String>
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(PoolBuilder)) Pool
Rebuilds the instance.
inherited
toBuilder() PoolBuilder
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<Pool>
no setter