SessionApproveParams constructor

SessionApproveParams({
  1. required int id,
  2. required SessionNamespaces namespaces,
  3. String? relayProtocol,
})

Implementation

SessionApproveParams({
  required this.id,
  required this.namespaces,
  this.relayProtocol,
});