DirectSignModeHandler class
DirectSignModeHandler defines the SIGN_MODE_DIRECT
SignModeHandler.
- Inheritance
-
- Object
- SignModeHandler
- DirectSignModeHandler
Constructors
- DirectSignModeHandler.create()
-
factory
Properties
Methods
-
getSignBytes(
SignMode mode, SignerData data, Tx tx) → List< int> -
getSignBytes returns the sign bytes for the provided SignMode,
SignerData and Tx, or an error
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited