SessionProposalErrorEvent constructor

SessionProposalErrorEvent(
  1. int id,
  2. Map<String, RequiredNamespace> requiredNamespaces,
  3. Map<String, Namespace> namespaces,
  4. ReownSignError error,
)

Implementation

SessionProposalErrorEvent(
  this.id,
  this.requiredNamespaces,
  this.namespaces,
  this.error,
);