SessionConnectParams constructor

SessionConnectParams({
  1. required ProposalRequiredNamespaces requiredNamespaces,
  2. String? pairingTopic,
  3. List<RelayerProtocolOptions>? relays,
})

Implementation

SessionConnectParams({
  required this.requiredNamespaces,
  this.pairingTopic,
  this.relays,
});