VerifyCosmosSignatureArgs class

Constructors

VerifyCosmosSignatureArgs({required Uint8List signData, required CosmosDigest digest, required Uint8List signature, required Uint8List publicKey, Uint8List? expectedPublicKey})
const

Properties

digest CosmosDigest
Digest family: vanilla Cosmos zones hash with sha256; Ethermint chains (Injective, Evmos, Dymension) with keccak256.
final
expectedPublicKey Uint8List?
Optional binding: the key you EXPECT (derived from the linked account).
final
hashCode int
The hash code for this object.
no setterinherited
publicKey Uint8List
33-byte compressed public key (from the reply, or derived from your linked xpub).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Uint8List
64-byte compact signature from the reply.
final
signData Uint8List
The exact SignDoc bytes the request carried.
final

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