WcSessionProposeRequest constructor

WcSessionProposeRequest({
  1. required List<Relay> relays,
  2. required Map<String, RequiredNamespace> requiredNamespaces,
  3. required Map<String, RequiredNamespace>? optionalNamespaces,
  4. required ConnectionMetadata proposer,
  5. Map<String, String>? sessionProperties,
})

Implementation

WcSessionProposeRequest({
  required this.relays,
  required this.requiredNamespaces,
  required this.optionalNamespaces,
  required this.proposer,
  this.sessionProperties,
});