WcSessionProposeRequest constructor

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

Implementation

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