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