EvmDataType class abstract final

eth-sign-request dataType (CBOR key 3).

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

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

Constants

personalMessage → const int
personal_sign / raw message bytes (EIP-191 prefix applied by the device).
transaction → const int
RLP-encoded transaction (the device sniffs EIP-1559/2930/legacy from the leading byte).
typedData → const int
EIP-712 typed data JSON (UTF-8 bytes).
typedTransaction → const int
Typed (EIP-2718) transaction bytes — treated identically to transaction.