VerifySignatureInput class
- Annotations
-
- @JsonSerializable.new()
Constructors
- VerifySignatureInput(String publicKey, String dataHash, String signature, Object? withSignatureId)
-
const
-
VerifySignatureInput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataHash → String
-
Base64 or hex encoded arbitrary bytes hash (data must be 32 bytes long)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- publicKey → String
-
The public key of the preferred account.
It is the same publicKey as the
accountInteraction.publicKey
, but it must be explicitly providedfinal - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature → String
-
Base64 or hex encoded signature bytes (data must be 64 bytes long)
final
- withSignatureId → Object?
-
Whether to use the signature id during verification (true by default).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited