UNPKG

@fairmint/canton-node-sdk

Version:
16 lines 828 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.generateExternalPartyTopology = generateExternalPartyTopology; /** Helper that invokes the external party topology generation endpoint. */ async function generateExternalPartyTopology(options) { return options.ledgerClient.generateExternalPartyTopology({ synchronizer: options.synchronizerId, partyHint: options.partyHint, publicKey: options.publicKey, localParticipantObservationOnly: options.localParticipantObservationOnly ?? false, otherConfirmingParticipantUids: options.otherConfirmingParticipantUids, confirmationThreshold: options.confirmationThreshold, observingParticipantUids: options.observingParticipantUids, }); } //# sourceMappingURL=generate-external-party.js.map