DOCS

WCRequest

type WCRequest = {
  method: string;
  params: any;
  peer: WCPeer;
  topic: string;
};