WebWalletUnlocked class
- Inheritance
-
- Object
- DartWalletUnlocked
- WebWalletUnlocked
Constructors
- WebWalletUnlocked(JsWallet _wallet)
Properties
- b256Address → String
-
no setteroverride
- bech32Address → String
-
no setteroverride
- 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
-
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