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