Type alias JSONRPCRequestMetadata

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

Type declaration

  • timeout: number | null

Generated using TypeDoc