Account class
- Implemented types
Properties
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