SignModeHandler class abstract
SignModeHandler defines a interface to be implemented by types which will handle SignMode's by generating sign bytes from a Tx and SignerData.
- Implementers
Constructors
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
-
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