setRequiredNamespaces abstract method

void setRequiredNamespaces(
  1. Map<String, RequiredNamespace> requiredNamespaces
)

Sets the required namespaces that will be used when connecting to the wallet The default is set to the NamespaceConstants.ethereum namespace.

Implementation

void setRequiredNamespaces(
  Map<String, RequiredNamespace> requiredNamespaces,
);