UNPKG

@fairmint/canton-node-sdk

Version:
13 lines 598 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.allocateExternalParty = allocateExternalParty; /** Helper that submits the signed external party topology to the ledger. */ async function allocateExternalParty(options) { return options.ledgerClient.allocateExternalParty({ synchronizer: options.synchronizerId, identityProviderId: options.identityProviderId, onboardingTransactions: options.onboardingTransactions, multiHashSignatures: options.multiHashSignatures, }); } //# sourceMappingURL=allocate-external-party.js.map