DartWalletUnlocked class abstract

Implementers

Constructors

DartWalletUnlocked()

Properties

b256Address String
no setter
bech32Address String
no setter
hashCode int
The hash code for this object.
no setterinherited
mnemonicPhrase String?
no setter
networkUrl String
no setter
privateKey String
no setter
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
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
signMessage({required String message}) Future<String>
simulateTransaction({required String transactionRequestHexOrJson}) Future<CallResult>
Takes hex string on mobile and json tx request on web
toString() String
A string representation of this object.
inherited

Operators

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