@fairmint/canton-node-sdk
Version:
Canton Node SDK
14 lines • 614 B
JavaScript
;
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