@fairmint/canton-node-sdk
Version:
Canton Node SDK
14 lines • 653 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListParties = exports.ListPartiesParamsSchema = void 0;
const core_1 = require("../../../../../core");
const aggregate_parties_1 = require("./aggregate-parties");
exports.ListPartiesParamsSchema = aggregate_parties_1.PartiesAggregationParamsSchema;
/** List all parties known to the participant and automatically paginate through all results. */
class ListParties extends core_1.ApiOperation {
async execute(params) {
return (0, aggregate_parties_1.fetchAllParties)(this, params);
}
}
exports.ListParties = ListParties;
//# sourceMappingURL=list.js.map