ApproveParams constructor

ApproveParams({
  1. required int id,
  2. required Map<String, Namespace> namespaces,
  3. String? relayProtocol,
})

Implementation

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