Interface JsonRpcResponsePayload

Hierarchy

  • JsonRpcResponsePayload

Properties

Properties

result?: null | any[]
error?: null | JsonRpcError
jsonrpc?: string
id?: string | number

Generated using TypeDoc