@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
16 lines • 698 B
JavaScript
;
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllocatePartyRequestValidation = void 0;
const Object_1 = require("./Object");
const Validation_1 = require("./Validation");
const Native_1 = require("./Native");
function optional() {
return {
partyIdHint: Native_1.native('string'),
displayName: Native_1.native('string')
};
}
exports.AllocatePartyRequestValidation = Object_1.object('AllocatePartyRequest', Validation_1.noFields, optional);
//# sourceMappingURL=AllocatePartyRequestValidation.js.map