MobileWalletUnlocked class
- Inheritance
-
- Object
- DartWalletUnlocked
- MobileWalletUnlocked
Constructors
- MobileWalletUnlocked({required WalletUnlocked rustWalletUnlocked, required String networkUrl, required String b256Address, required String bech32Address})
Properties
- b256Address → String
-
final
- bech32Address → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mnemonicPhrase → String?
-
no setteroverride
- networkUrl → String
-
final
- privateKey → String
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
genTransferTransactionRequest(
{required String destinationB256Address, required int fractionalAmount, required String assetId}) → Future< (String, String)> -
Returns hex string on mobile and json tx request on web
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendTransaction(
{required String transactionRequestHexOrJson}) → Future< String> -
Takes hex string on mobile and json tx request on web
override
-
signMessage(
{required String message}) → Future< String> -
override
-
simulateTransaction(
{required String transactionRequestHexOrJson}) → Future< CallResult> -
Takes hex string on mobile and json tx request on web
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromRust(
WalletUnlocked rustWalletUnlocked, String networkUrl) → Future< MobileWalletUnlocked>