AssociationSession constructor

AssociationSession(
  1. JsonRpcWebsocketClient<List<int>> _client
)

Creates a websocket session between the dApp and wallet application.

Implementation

AssociationSession(
  this._client,
);