Account class

Represents EOS account information

Annotations
  • @JsonSerializable()

Constructors

Account(String accountName, int headBlockNum)
Account.fromJson(Map<String, dynamic> json)
factory

Properties

accountName String
final
coreLiquidBalance Holding?
getter/setter pair
cpuLimit Limit?
getter/setter pair
cpuWeight int?
getter/setter pair
created DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headBlockNum int
final
headBlockTime DateTime?
getter/setter pair
lastCodeUpdate DateTime?
getter/setter pair
netLimit Limit?
getter/setter pair
netWeight int?
getter/setter pair
permissions List<Permission>?
getter/setter pair
privileged bool?
getter/setter pair
ramQuota int?
getter/setter pair
ramUsage int?
getter/setter pair
refundRequest RefundRequest?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfDelegatedBandwidth SelfDelegatedBandwidth?
getter/setter pair
totalResources TotalResources?
getter/setter pair
voterInfo VoterInfo?
getter/setter pair

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.
override

Operators

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