Type alias JSONRPCResponseMetadata

JSONRPCResponseMetadata: Partial<{
    timeout: number | null;
}>

Type declaration

  • timeout: number | null

Generated using TypeDoc