ISdkWallet class abstract

Implementers

Constructors

ISdkWallet()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendTransaction({required dynamic transactionRequest}) Future<String>
signMessage({required String message}) Future<String>
simulateTransaction({required dynamic transactionRequest}) Future<CallResult>
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>

Operators

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