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