SignaturePubkeyPair class

Pair of signature and corresponding public key

Constructors

SignaturePubkeyPair(SignatureScheme signatureScheme, Uint8List signature, {PublicKey? pubKey, Map<String, dynamic>? zkLogin, MultiSigStruct? multisig})

Properties

hashCode int
The hash code for this object.
no setterinherited
multisig MultiSigStruct?
getter/setter pair
pubKey PublicKey?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature Uint8List
getter/setter pair
signatureScheme SignatureScheme
getter/setter pair
zkLogin Map<String, dynamic>?
getter/setter pair

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