-
Notifications
You must be signed in to change notification settings - Fork 0
Features
HardlyDifficult edited this page Jul 17, 2026
·
3 revisions
-
Cantonowns the usualledger,validator, andscanclients. -
LedgerJsonApiClientcovers commands, contracts, updates, parties, users, rights, packages, interactive submission, and completions. -
ValidatorApiClientcovers wallet, transfer, topology, traffic, ANS, and token-standard APIs. -
ScanApiClientcovers public network, rules, holdings, rounds, rewards, traffic, and updates. -
CantonRuntimesupplies shared HTTP, authentication, configuration, and logging.
Utilities compose client calls for party onboarding, external transaction signing, Amulet transfers, event parsing, mining-round and traffic queries, polling, and transaction batching.
Helpers still require the caller to supply the correct party, network identifiers, disclosures, and authorization. Read each helper's current input type and tests before using it in a write path.
Continue with Reference to drill into the implementation.