ADAPoolRegistrationCertificateResponse class

Constructors

ADAPoolRegistrationCertificateResponse({required int certIndex, required String poolId, required String vrfKey, required String pledge, required double marginCost, required String fixedCost, required String rewardAccount, required int activeEpoch, required List<ADAStakePoolRelayInfoResponse> relays, ADAPoolMetadataResponse? metadata})
ADAPoolRegistrationCertificateResponse.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited