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