SignatureV2 class

Constructors

SignatureV2(KeysDto? key, SignatureV2Descriptor? data, double? sequence)

Properties

AMINO_SIGNATURE_SEQUENCE double
final
data SignatureV2Descriptor?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key ↔ KeysDto?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence double?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toData() SignatureV2DataArgs
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromData(SignatureV2DataArgs data) SignatureV2