Account class

Implemented types

Constructors

Account(Wallet wallet, int index)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wallet Wallet
final

Methods

address() Future
override
balance() Future
override
ftBalance(String contractAddress) Future
override
getPrivateKey() Future
override
nftBalance(String contractAddress) Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signTransaction(TxParam ethTxParam) Future<String>
override
toString() String
A string representation of this object.
inherited

Operators

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