HDWallet class

生成 HD 钱包:

Constructors

HDWallet({required String mnemonic, required String privateKey, required String publicAddress})

Properties

hashCode int
The hash code for this object.
no setterinherited
mnemonic String
钱包助记词:
getter/setter pair
privateKey String
钱包私钥:
getter/setter pair
publicAddress String
钱包地址:
getter/setter pair
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
toString() String
A string representation of this object.
override

Operators

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