SignMessagesParams class
Sign Messages Params
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 setter inherited
payloads
→ List <Base64EncodedMessage >
Base-64 URL encoded message payloads to sign.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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
solana_mobile_common 0.0.1+1