@fairmint/canton-node-sdk
Version:
Canton Node SDK
13 lines • 368 B
TypeScript
/**
* List all packages available on the participant node
*
* @example
* ```typescript
* const packages = await client.listPackages();
*
* ```;
*/
export declare const ListPackages: new (client: import("../../../../../core").BaseClient) => import("../../../../../core").ApiOperation<void, {
packageIds: string[];
}>;
//# sourceMappingURL=get.d.ts.map