Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CallResult<A>

Each method response returns one object like this

Type parameters

  • A

    Type representing the actual result

Hierarchy

  • CallResult

Index

Properties

Properties

Optional error

error: any

The error object if the call fails

id

id: number

id associated with a particular call. It is a random ID unless specified directly callRPCMethod

Optional result

result: A

The type of result varies according to the method

Generated using TypeDoc