Version: 0.15.0

Interface: TLNetworkConfig

"typings".TLNetworkConfig

Configuration object for a TLNetwork instance

Hierarchy#

  • TLNetworkConfig

Properties#

chainId#

• Optional chainId: number

Defined in src/typings.ts:35

Chain id used in the signature of meta-tx


identityFactoryAddress#

• Optional identityFactoryAddress: string

Defined in src/typings.ts:27

Address of the identity factory


identityImplementationAddress#

• Optional identityImplementationAddress: string

Defined in src/typings.ts:31

Address of the implementation of the identity contract


messagingUrl#

• Optional messagingUrl: string | ProviderUrl

Defined in src/typings.ts:15

ProviderUrl object or full url for the messaging api


nonceMechanism#

• Optional nonceMechanism: NonceMechanism

Defined in src/typings.ts:39

Mechanism how to generate nonces for identity meta-tx


relayUrl#

• Optional relayUrl: string | ProviderUrl

Defined in src/typings.ts:11

ProviderUrl object or full url for the relay api


walletType#

• Optional walletType: string

Defined in src/typings.ts:23

Full URL for trustline rest api


web3Provider#

• Optional web3Provider: any

Defined in src/typings.ts:19

Web3 provider