Home > paper-cups > RpcClient > (constructor)
Constructs a new instance of the RpcClient class
Signature:
constructor(parentOrigin?: string, serialize?: Serialize, deserialize?: Deserialize, logger?: LoggerContract, loggerLocale?: string, shouldDisableLogger?: () => boolean);
| Parameter | Type | Description |
|---|---|---|
| parentOrigin | string | |
| serialize | Serialize | |
| deserialize | Deserialize | |
| logger | LoggerContract | |
| loggerLocale | string | |
| shouldDisableLogger | () => boolean |