FuelWalletImpl class

Inheritance

Constructors

FuelWalletImpl()

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<String, dynamic>>
override
newFromMnemonic({required String mnemonic}) Future<Map>
override
newFromPrivateKey({required String privateKey}) Future<Map>
override
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>
override
signMessage({required String networkUrl, required String privateKey, required String message}) Future<String>
override
simulateTransaction({required String networkUrl, required String privateKey, required dynamic transactionRequest}) Future<CallResult>
override
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>
override

Operators

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