CheckMessageRequest class
Request to check a message was signed by a specific node id.
Constructors
- CheckMessageRequest.new({required String message, required String pubkey, required String signature})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The message that was signed.
final
- pubkey → String
-
The public key of the node that signed the message.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature → String
-
The zbase encoded signature to verify.
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