BaseWallet class abstract

Implementers

Constructors

BaseWallet()

Properties

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

Methods

generateNewWallet() Future<Map>
newFromMnemonic({required String mnemonic}) Future<Map>
newFromPrivateKey({required String privateKey}) Future<Map>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendTransaction({required String networkUrl, required String privateKey, required dynamic transactionRequest}) Future<String>
signMessage({required String networkUrl, required String privateKey, required String message}) Future<String>
simulateTransaction({required String networkUrl, required String privateKey, required dynamic transactionRequest}) Future<CallResult>
toString() String
A string representation of this object.
inherited
transfer({required String networkUrl, required String privateKey, required String destinationB256Address, required int fractionalAmount, required String assetId, required int gasPrice, required int gasLimit, required int maturity}) Future<String>

Operators

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