UNPKG

@fairmint/canton-node-sdk

Version:
11 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SubmitResponseSchema = void 0; const zod_1 = require("zod"); /** Submit response for async command submission. */ exports.SubmitResponseSchema = zod_1.z .object({ // Empty object as per OpenAPI spec }) .strict(); //# sourceMappingURL=command-responses.js.map