@bandprotocol/bandchain.js
Version:
TypeScript library for Cosmos SDK and BandChain
150 lines (149 loc) • 5.44 kB
JavaScript
//@ts-nocheck
import * as _106 from "./applications/transfer/v1/genesis";
import * as _107 from "./applications/transfer/v1/query";
import * as _108 from "./applications/transfer/v1/transfer";
import * as _109 from "./applications/transfer/v1/tx";
import * as _110 from "./applications/transfer/v2/packet";
import * as _111 from "./core/channel/v1/channel";
import * as _112 from "./core/channel/v1/genesis";
import * as _113 from "./core/channel/v1/query";
import * as _114 from "./core/channel/v1/tx";
import * as _115 from "./core/client/v1/client";
import * as _116 from "./core/client/v1/genesis";
import * as _117 from "./core/client/v1/query";
import * as _118 from "./core/client/v1/tx";
import * as _119 from "./core/commitment/v1/commitment";
import * as _120 from "./core/connection/v1/connection";
import * as _121 from "./core/connection/v1/genesis";
import * as _122 from "./core/connection/v1/query";
import * as _123 from "./core/connection/v1/tx";
import * as _124 from "./lightclients/localhost/v1/localhost";
import * as _125 from "./lightclients/solomachine/v1/solomachine";
import * as _126 from "./lightclients/solomachine/v2/solomachine";
import * as _127 from "./lightclients/tendermint/v1/tendermint";
import * as _238 from "./applications/transfer/v1/tx.amino";
import * as _239 from "./core/channel/v1/tx.amino";
import * as _240 from "./core/client/v1/tx.amino";
import * as _241 from "./core/connection/v1/tx.amino";
import * as _242 from "./applications/transfer/v1/tx.registry";
import * as _243 from "./core/channel/v1/tx.registry";
import * as _244 from "./core/client/v1/tx.registry";
import * as _245 from "./core/connection/v1/tx.registry";
import * as _246 from "./applications/transfer/v1/query.lcd";
import * as _247 from "./core/channel/v1/query.lcd";
import * as _248 from "./core/client/v1/query.lcd";
import * as _249 from "./core/connection/v1/query.lcd";
import * as _250 from "./applications/transfer/v1/query.rpc.Query";
import * as _251 from "./core/channel/v1/query.rpc.Query";
import * as _252 from "./core/client/v1/query.rpc.Query";
import * as _253 from "./core/connection/v1/query.rpc.Query";
import * as _254 from "./applications/transfer/v1/tx.rpc.msg";
import * as _255 from "./core/channel/v1/tx.rpc.msg";
import * as _256 from "./core/client/v1/tx.rpc.msg";
import * as _257 from "./core/connection/v1/tx.rpc.msg";
import * as _269 from "./lcd";
import * as _270 from "./rpc.query";
import * as _271 from "./rpc.tx";
export var ibc;
(function (ibc) {
let applications;
(function (applications) {
let transfer;
(function (transfer) {
transfer.v1 = {
..._106,
..._107,
..._108,
..._109,
..._238,
..._242,
..._246,
..._250,
..._254
};
transfer.v2 = {
..._110
};
})(transfer = applications.transfer || (applications.transfer = {}));
})(applications = ibc.applications || (ibc.applications = {}));
let core;
(function (core) {
let channel;
(function (channel) {
channel.v1 = {
..._111,
..._112,
..._113,
..._114,
..._239,
..._243,
..._247,
..._251,
..._255
};
})(channel = core.channel || (core.channel = {}));
let client;
(function (client) {
client.v1 = {
..._115,
..._116,
..._117,
..._118,
..._240,
..._244,
..._248,
..._252,
..._256
};
})(client = core.client || (core.client = {}));
let commitment;
(function (commitment) {
commitment.v1 = {
..._119
};
})(commitment = core.commitment || (core.commitment = {}));
let connection;
(function (connection) {
connection.v1 = {
..._120,
..._121,
..._122,
..._123,
..._241,
..._245,
..._249,
..._253,
..._257
};
})(connection = core.connection || (core.connection = {}));
})(core = ibc.core || (ibc.core = {}));
let lightclients;
(function (lightclients) {
let localhost;
(function (localhost) {
localhost.v1 = {
..._124
};
})(localhost = lightclients.localhost || (lightclients.localhost = {}));
let solomachine;
(function (solomachine) {
solomachine.v1 = {
..._125
};
solomachine.v2 = {
..._126
};
})(solomachine = lightclients.solomachine || (lightclients.solomachine = {}));
let tendermint;
(function (tendermint) {
tendermint.v1 = {
..._127
};
})(tendermint = lightclients.tendermint || (lightclients.tendermint = {}));
})(lightclients = ibc.lightclients || (ibc.lightclients = {}));
ibc.ClientFactory = {
..._269,
..._270,
..._271
};
})(ibc || (ibc = {}));