@digitalasset/daml-ledger
Version:
DAML Ledger API Node.js bindings
15 lines • 792 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.SubmitAndWaitForTransactionTreeResponseValidation = void 0;
const Validation_1 = require("./Validation");
const Object_1 = require("./Object");
const TransactionTreeValidation_1 = require("./TransactionTreeValidation");
function required() {
return {
transaction: TransactionTreeValidation_1.TransactionTreeValidation
};
}
exports.SubmitAndWaitForTransactionTreeResponseValidation = Object_1.object('SubmitAndWaitForTransactionTreeResponse', required, Validation_1.noFields);
//# sourceMappingURL=SubmitAndWaitForTransactionTreeResponseValidation.js.map