Skip to main content

Interface: IotaHTTPTransportOptions

Properties

PropertyType
fetch?{ (input, init?): Promise<Response>; (input, init?): Promise<Response>; }
WebSocketConstructor?(url, protocols?) => WebSocket
urlstring
rpc?object
rpc.headers?HttpHeaders
rpc.url?string
websocket?WebsocketClientOptions & object
inspector?RequestInspector