DirectSignModeHandler class

DirectSignModeHandler defines the SIGN_MODE_DIRECT SignModeHandler.

Inheritance

Constructors

DirectSignModeHandler.create()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
modes List<SignMode>
modes is the list of modes supported by this handler
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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