Skip to content

cardano-web3-js / T / RelayConfig

Type Alias: RelayConfig

RelayConfig: object

Type declaration

domainName?

optional domainName: string

ipV4?

optional ipV4: string

ipV6?

optional ipV6: string

port?

optional port: number

type

type: "SingleHostIp" | "SingleHostDomainName" | "MultiHost"

Defined in

src/types/index.ts:249

Released under the MIT License