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