Interface: IotaHTTPTransportOptions
Properties
| Property | Type |
|---|---|
fetch? | { (input, init?): Promise<Response>; (input, init?): Promise<Response>; } |
WebSocketConstructor? | (url, protocols?) => WebSocket |
url | string |
rpc? | object |
rpc.headers? | HttpHeaders |
rpc.url? | string |
websocket? | WebsocketClientOptions & object |
inspector? | RequestInspector |