SignMessagesParams class

Sign Messages Params

Inheritance

Constructors

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

Properties

addresses List<Base64EncodedAddress>
Base-64 encoded addresses of the accounts which should be used to sign message. 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<Base64EncodedMessage>
Base-64 URL encoded message payloads to sign.
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.
override
toJsonClean() Map<String, dynamic>
Returns the result of toJson, removing all null valued entries.
inherited
toString() String
A string representation of this object.
inherited

Operators

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