Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonRpcResponse<T>

export
interface

JsonRpcResponse

Type parameters

  • T

Hierarchy

  • JsonRpcResponse

Index

Properties

error?: JsonRpcError
id?: string | number
jsonrpc: "2.0"
result?: T

Generated using TypeDoc