We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Lists hashed package_id entries advertised via GET /v2/packages.
package_id
GET /v2/packages
Receiver: await canton.ledger.listPackages()
await canton.ledger.listPackages()
import { Canton } from '@fairmint/canton-node-sdk'; const canton = new Canton({ network: 'devnet', provider: '5n', partyId: 'OWN_PARTY_ID', });
const pkgs = await canton.ledger.listPackages();
No parameters — invoke ().
()
ListPackagesResponse
Array/packageIds style listing depending on Canton version typings—consult SDK schemas/api for authoritative arrays.
packageIds
schemas/api
Empty participant archives yield zero-length responses—not necessarily failures.
Standard bearer authorization envelope.
getPackageStatus
operations/v2/packages/get.ts