FuelsBeta3 class abstract

Implementers

Constructors

FuelsBeta3()

Properties

dropOpaqueNativeBech32Address → DropFnType
no setter
hashCode int
The hash code for this object.
no setterinherited
kAddressMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kConnectStaticMethodProviderConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kFromB256StringStaticMethodBech32AddressConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kFromBech32StringStaticMethodBech32AddressConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetAssetBalanceMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetBalancesMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kGetTransactionsMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kNewFromMnemonicPhraseStaticMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kNewFromMnemonicPhraseWithPathStaticMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kNewFromPrivateKeyStaticMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kNewRandomStaticMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kToB256StringMethodBech32AddressConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kToBech32StringMethodBech32AddressConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kTransferMethodWalletUnlockedConstMeta → FlutterRustBridgeTaskConstMeta
no setter
NativeBech32AddressFinalizer → OpaqueTypeFinalizer
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareOpaqueNativeBech32Address → ShareFnType
no setter

Methods

addressMethodWalletUnlocked({required WalletUnlocked that, dynamic hint}) Future<Bech32Address>
connectStaticMethodProvider({required String url, dynamic hint}) Future<Provider>
fromB256StringStaticMethodBech32Address({required String s, dynamic hint}) Future<Bech32Address>
fromBech32StringStaticMethodBech32Address({required String s, dynamic hint}) Future<Bech32Address>
getAssetBalanceMethodWalletUnlocked({required WalletUnlocked that, required String asset, dynamic hint}) Future<int>
getBalancesMethodWalletUnlocked({required WalletUnlocked that, dynamic hint}) Future<List<Balance>>
getTransactionsMethodWalletUnlocked({required WalletUnlocked that, required PaginationRequest request, dynamic hint}) Future<TransactionsPaginatedResult>
newFromMnemonicPhraseStaticMethodWalletUnlocked({required String phrase, Provider? provider, dynamic hint}) Future<WalletUnlocked>
newFromMnemonicPhraseWithPathStaticMethodWalletUnlocked({required String phrase, Provider? provider, required String path, dynamic hint}) Future<WalletUnlocked>
newFromPrivateKeyStaticMethodWalletUnlocked({required String privateKey, Provider? provider, dynamic hint}) Future<WalletUnlocked>
newRandomStaticMethodWalletUnlocked({Provider? provider, dynamic hint}) Future<WalletUnlocked>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toB256StringMethodBech32Address({required Bech32Address that, dynamic hint}) Future<String>
toBech32StringMethodBech32Address({required Bech32Address that, dynamic hint}) Future<String>
toString() String
A string representation of this object.
inherited
transferMethodWalletUnlocked({required WalletUnlocked that, required Bech32Address to, required int amount, required String asset, required TxParameters txParameters, dynamic hint}) Future<TransferResponse>

Operators

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