Type Alias: CantonConfig
CantonConfig = {
ccipParty:string;edsUrl:string;indexerUrl?:string;jwt:string;party:string;transferInstructionUrl:string; }
Defined in: chain.ts:184
Configuration for connecting to a Canton Ledger API and fetch CCIP disclosures.
Properties
ccipParty
ccipParty:
string
Defined in: chain.ts:189
CCIP party identifier
edsUrl
edsUrl:
string
Defined in: chain.ts:195
Base URL for the EDS (Explicit Disclosure Service) API.
indexerUrl?
optionalindexerUrl?:string
Defined in: chain.ts:201
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:192
JSON Web Token for authentication with the Canton Ledger API.
party
party:
string
Defined in: chain.ts:186
Party identifier for the Canton Ledger API.
transferInstructionUrl
transferInstructionUrl:
string
Defined in: chain.ts:198
Base URL for the Transfer Instruction API.