Type alias WCRequest

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

Type declaration

  • method: string
  • params: any
  • peer: WCPeer
  • topic: string

Generated using TypeDoc