web3-ronin-provider

web3-ronin-providerDocs


web3-ronin-provider / ConnectionInfo

Type Alias: ConnectionInfo

ConnectionInfo: object

Provides the URL, headers, and other information to set up a connection to the backend.

Type declaration

headers?

optional headers: object

Optional headers as key-value pairs.

Index Signature

[key: string]: string | number

proxy?

optional proxy: AxiosProxyConfig

Optional proxy configuration

url

url: string

The URL for the connection

Defined in

src/web3-ronin-types-global.ts:22