UNPKG

@digitalasset/daml-ledger

Version:
22 lines 895 B
"use strict"; // 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.GetActiveContractsResponseValidation = void 0; const CreatedEventValidation_1 = require("./CreatedEventValidation"); const Array_1 = require("./Array"); const Native_1 = require("./Native"); const Object_1 = require("./Object"); function required() { return { offset: Native_1.native('string') }; } function optional() { return { activeContracts: Array_1.array(CreatedEventValidation_1.CreatedEventValidation), workflowId: Native_1.native('string') }; } exports.GetActiveContractsResponseValidation = Object_1.object('GetActiveContractsResponse', required, optional); //# sourceMappingURL=GetActiveContractsResponseValidation.js.map