UNPKG

@fairmint/canton-node-sdk

Version:
14 lines 614 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GetParties = exports.GetPartiesParamsSchema = void 0; const core_1 = require("../../../../../core"); const aggregate_parties_1 = require("./aggregate-parties"); exports.GetPartiesParamsSchema = aggregate_parties_1.PartiesAggregationParamsSchema; /** List all parties known to the participant (legacy alias). */ class GetParties extends core_1.ApiOperation { async execute(params) { return (0, aggregate_parties_1.fetchAllParties)(this, params); } } exports.GetParties = GetParties; //# sourceMappingURL=get.js.map