StakeAuthorization class

Constructors

StakeAuthorization(AuthorizationType authorization_type, Coin? max_tokens, StakeAuthorizationValidators? allow_list, StakeAuthorizationValidators? deny_list)

Properties

allow_list StakeAuthorizationValidators?
final
authorization_type → AuthorizationType
final
deny_list StakeAuthorizationValidators?
final
hashCode int
The hash code for this object.
no setterinherited
max_tokens Coin?
final
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
toData() StakeAuthorizationDataArgs
toString() String
A string representation of this object.
inherited

Operators

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