Skip to main content
Version: 1.3.1

Type Alias: CantonConfig

CantonConfig = { ccipParty: string; edsUrl: string; indexerUrl?: string; jwt: string; party: string; transferInstructionUrl: string; }

Defined in: chain.ts:174

Configuration for connecting to a Canton Ledger API and fetch CCIP disclosures.

Properties

ccipParty

ccipParty: string

Defined in: chain.ts:179

CCIP party identifier


edsUrl

edsUrl: string

Defined in: chain.ts:185

Base URL for the EDS (Explicit Disclosure Service) API.


indexerUrl?

optional indexerUrl?: string

Defined in: chain.ts:191

Optional base URL for a transaction indexer to fetch CCV verifications; if not provided, default URL will be used.


jwt

jwt: string

Defined in: chain.ts:182

JSON Web Token for authentication with the Canton Ledger API.


party

party: string

Defined in: chain.ts:176

Party identifier for the Canton Ledger API.


transferInstructionUrl

transferInstructionUrl: string

Defined in: chain.ts:188

Base URL for the Transfer Instruction API.