AssociationSession class

Session

A websocket session between the dApp and wallet application.

Inheritance

Constructors

AssociationSession(JsonRpcWebsocketClient<List<int>> _client)
Creates a websocket session between the dApp and wallet application.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorize(AuthorizeParams params) Future<AuthorizeResult>
Non-privileged method
override
cloneAuthorization() Future<CloneAuthorizationResult>
Privileged Methods
override
deauthorize(DeauthorizeParams params) Future<DeauthorizeResult>
Non-privileged method
override
getCapabilities() Future<GetCapabilitiesResult>
Non-privileged method
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reauthorize(ReauthorizeParams params) Future<ReauthorizeResult>
Non-privileged method
override
signAndSendTransactions(SignAndSendTransactionsParams params) Future<SignAndSendTransactionsResult>
Privileged Methods
override
signMessages(SignMessagesParams params) Future<SignMessagesResult>
Privileged Methods
override
signTransactions(SignTransactionsParams params) Future<SignTransactionsResult>
Privileged Methods
override
toString() String
A string representation of this object.
inherited

Operators

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