FuelsBeta3SdkWallet class

Implemented types

Constructors

FuelsBeta3SdkWallet(FuelWallet fuelsWallet)

Properties

b256Address String
no setteroverride
bech32Address String
no setteroverride
fuelsWallet → FuelWallet
final
hashCode int
The hash code for this object.
no setterinherited
mnemonicPhrase String?
no setteroverride
networkUrl String
no setteroverride
privateKey String
no setteroverride
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
sendTransaction({required dynamic transactionRequest}) Future<String>
override
signMessage({required String message}) Future<String>
override
simulateTransaction({required dynamic transactionRequest}) Future<CallResult>
override
toString() String
A string representation of this object.
inherited
transfer({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