VestingDelegation class

Constructors

VestingDelegation({required int id, required String delegator, required String delegatee, required String vesting_shares, required String min_delegation_time})
VestingDelegation.fromJson(Map<String, dynamic> json)
factory

Properties

delegatee String
Account that is receiving vests from delegator.
final
delegator String
Account that is delegating vests to delegatee.
final
hashCode int
The hash code for this object.
no setterinherited
id int
Delegation id.
final
min_delegation_time String
Earliest date delegation can be removed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vesting_shares String
Amount of VESTS delegated.
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