"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.cosmwasm = void 0;
//@ts-nocheck
const _118 = __importStar(require("./wasm/v1/authz"));
const _119 = __importStar(require("./wasm/v1/genesis"));
const _120 = __importStar(require("./wasm/v1/ibc"));
const _121 = __importStar(require("./wasm/v1/proposal_legacy"));
const _122 = __importStar(require("./wasm/v1/query"));
const _123 = __importStar(require("./wasm/v1/tx"));
const _124 = __importStar(require("./wasm/v1/types"));
const _325 = __importStar(require("./wasm/v1/tx.amino"));
const _326 = __importStar(require("./wasm/v1/tx.registry"));
const _327 = __importStar(require("./wasm/v1/query.lcd"));
const _328 = __importStar(require("./wasm/v1/query.rpc.Query"));
const _329 = __importStar(require("./wasm/v1/tx.rpc.msg"));
const _421 = __importStar(require("./lcd"));
const _422 = __importStar(require("./rpc.query"));
const _423 = __importStar(require("./rpc.tx"));
var cosmwasm;
(function (cosmwasm) {
let wasm;
(function (wasm) {
wasm.v1 = {
..._118,
..._119,
..._120,
..._121,
..._122,
..._123,
..._124,
..._325,
..._326,
..._327,
..._328,
..._329
};
})(wasm = cosmwasm.wasm || (cosmwasm.wasm = {}));
cosmwasm.ClientFactory = {
..._421,
..._422,
..._423
};
})(cosmwasm || (exports.cosmwasm = cosmwasm = {}));