Encoder
Members
Name | Type | Description |
---|---|---|
client | Client | TODO |
context | string | TODO |
logger | Logger | Pino logger |
name | string | TODO |
Mehods
decode
Description
TODO
Interfaces
Example
decode(topic: string, encrypted: string): Promise<JsonRpcPayload>
encode
Description
TODO
Interfaces
Example
encode(topic: string, payload: JsonRpcPayload): Promise<string>