SigningHandler class
Constructors
- SigningHandler(Credentials _credentials)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getEncryptionPublicKey(
String privateKeyHex) → String - Lấy encryption public key từ private key sử dụng web3dart
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signMessage(
String method, String from, dynamic message, String password) → Future< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited