Skip to content

cardano-web3-js / CW3Types / RelayConfig

Type Alias: RelayConfig

RelayConfig = object

Defined in: src/types/index.ts:272

Properties

domainName?

optional domainName: string

Defined in: src/types/index.ts:277


ipV4?

optional ipV4: string

Defined in: src/types/index.ts:274


ipV6?

optional ipV6: string

Defined in: src/types/index.ts:275


port?

optional port: number

Defined in: src/types/index.ts:276


type

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

Defined in: src/types/index.ts:273

Released under the MIT License