SignMessagesParams class

Sign Messages Params

Constructors

SignMessagesParams({required List<String> addresses, required List<String> payloads})
Sign messages request parameters.
const

Properties

addresses List<String>
The encoded addresses of the accounts which should be used to sign message (base-64 for mobile applications and base-58 for desktop browsers - use the adapter's encodeAccount method to encode Accounts for the current platform). These should be a subset of the addresses returned by authorize or reauthorize for the current session’s authorization.
final
hashCode int
The hash code for this object.
no setterinherited
payloads List<String>
The encoded messages to sign (base-64 URL for mobile applications and utf-8 for desktop browsers - use the adapter's encodeMessage method to encode messages for the current platform).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialises this class into a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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