injectivejs 1.16.6 → 1.16.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/authz/v1beta1/authz.d.ts +5 -5
- package/cosmos/authz/v1beta1/authz.js +10 -10
- package/cosmos/bundle.d.ts +53 -53
- package/cosmos/bundle.js +427 -427
- package/cosmos/gov/v1/tx.d.ts +9 -9
- package/cosmos/gov/v1/tx.js +47 -47
- package/cosmos/gov/v1beta1/gov.d.ts +8 -8
- package/cosmos/gov/v1beta1/gov.js +45 -45
- package/cosmos/gov/v1beta1/tx.d.ts +8 -8
- package/cosmos/gov/v1beta1/tx.js +46 -46
- package/cosmwasm/bundle.d.ts +4 -4
- package/cosmwasm/bundle.js +47 -47
- package/esm/binary.js +1 -1
- package/esm/cosmos/authz/v1beta1/authz.js +3 -3
- package/esm/cosmos/bundle.js +53 -53
- package/esm/cosmos/gov/v1/tx.js +42 -42
- package/esm/cosmos/gov/v1beta1/gov.js +40 -40
- package/esm/cosmos/gov/v1beta1/tx.js +41 -41
- package/esm/cosmwasm/bundle.js +4 -4
- package/esm/extern.js +1 -1
- package/esm/google/bundle.js +4 -4
- package/esm/helper-func-types.js +1 -1
- package/esm/helpers.js +2 -31
- package/esm/ibc/bundle.js +14 -14
- package/esm/index.js +6 -6
- package/esm/injective/bundle.js +90 -90
- package/esm/registry.js +1 -1
- package/esm/tendermint/bundle.js +8 -8
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/bundle.d.ts +4 -4
- package/google/bundle.js +4 -4
- package/helper-func-types.d.ts +1 -1
- package/helper-func-types.js +1 -1
- package/helpers.d.ts +2 -4
- package/helpers.js +5 -34
- package/ibc/bundle.d.ts +14 -14
- package/ibc/bundle.js +66 -66
- package/index.d.ts +6 -6
- package/index.js +6 -6
- package/injective/bundle.d.ts +90 -90
- package/injective/bundle.js +931 -931
- package/package.json +9 -9
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/bundle.d.ts +8 -8
- package/tendermint/bundle.js +87 -87
- package/types.d.ts +1 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
package/esm/utf8.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/esm/varint.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/extern.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/extern.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
3
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|
package/google/bundle.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export * from "./api/http";
|
|
2
|
-
export * from "./protobuf/any";
|
|
3
|
-
export * from "./protobuf/descriptor";
|
|
4
|
-
export * from "./protobuf/duration";
|
|
5
1
|
export * from "./protobuf/timestamp";
|
|
2
|
+
export * from "./protobuf/duration";
|
|
3
|
+
export * from "./protobuf/descriptor";
|
|
4
|
+
export * from "./protobuf/any";
|
|
5
|
+
export * from "./api/http";
|
package/google/bundle.js
CHANGED
|
@@ -14,8 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./api/http"), exports);
|
|
18
|
-
__exportStar(require("./protobuf/any"), exports);
|
|
19
|
-
__exportStar(require("./protobuf/descriptor"), exports);
|
|
20
|
-
__exportStar(require("./protobuf/duration"), exports);
|
|
21
17
|
__exportStar(require("./protobuf/timestamp"), exports);
|
|
18
|
+
__exportStar(require("./protobuf/duration"), exports);
|
|
19
|
+
__exportStar(require("./protobuf/descriptor"), exports);
|
|
20
|
+
__exportStar(require("./protobuf/any"), exports);
|
|
21
|
+
__exportStar(require("./api/http"), exports);
|
package/helper-func-types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/helper-func-types.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
3
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|
package/helpers.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
|
6
|
-
export
|
|
7
|
-
export declare function base64FromBytes(arr: Uint8Array): string;
|
|
6
|
+
export { fromBase64 as bytesFromBase64, toBase64 as base64FromBytes } from '@interchainjs/encoding/base64';
|
|
8
7
|
export interface AminoHeight {
|
|
9
8
|
readonly revision_number?: string;
|
|
10
9
|
readonly revision_height?: string;
|
|
@@ -79,4 +78,3 @@ interface Timestamp {
|
|
|
79
78
|
export declare function toTimestamp(date: Date): Timestamp;
|
|
80
79
|
export declare function fromTimestamp(t: Timestamp): Date;
|
|
81
80
|
export declare function fromJsonTimestamp(o: any): Timestamp;
|
|
82
|
-
export {};
|
package/helpers.js
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
3
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.setPaginationParams = void 0;
|
|
9
|
-
exports.bytesFromBase64 = bytesFromBase64;
|
|
10
|
-
exports.base64FromBytes = base64FromBytes;
|
|
8
|
+
exports.setPaginationParams = exports.base64FromBytes = exports.bytesFromBase64 = void 0;
|
|
11
9
|
exports.omitDefault = omitDefault;
|
|
12
10
|
exports.toDuration = toDuration;
|
|
13
11
|
exports.fromDuration = fromDuration;
|
|
@@ -17,36 +15,9 @@ exports.isRpc = isRpc;
|
|
|
17
15
|
exports.toTimestamp = toTimestamp;
|
|
18
16
|
exports.fromTimestamp = fromTimestamp;
|
|
19
17
|
exports.fromJsonTimestamp = fromJsonTimestamp;
|
|
20
|
-
var
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
if (typeof self !== 'undefined')
|
|
24
|
-
return self;
|
|
25
|
-
if (typeof window !== 'undefined')
|
|
26
|
-
return window;
|
|
27
|
-
if (typeof global !== 'undefined')
|
|
28
|
-
return global;
|
|
29
|
-
throw 'Unable to locate global object';
|
|
30
|
-
})();
|
|
31
|
-
const atob = globalThis.atob ||
|
|
32
|
-
((b64) => globalThis.Buffer.from(b64, 'base64').toString('binary'));
|
|
33
|
-
function bytesFromBase64(b64) {
|
|
34
|
-
const bin = atob(b64);
|
|
35
|
-
const arr = new Uint8Array(bin.length);
|
|
36
|
-
for (let i = 0; i < bin.length; ++i) {
|
|
37
|
-
arr[i] = bin.charCodeAt(i);
|
|
38
|
-
}
|
|
39
|
-
return arr;
|
|
40
|
-
}
|
|
41
|
-
const btoa = globalThis.btoa ||
|
|
42
|
-
((bin) => globalThis.Buffer.from(bin, 'binary').toString('base64'));
|
|
43
|
-
function base64FromBytes(arr) {
|
|
44
|
-
const bin = [];
|
|
45
|
-
arr.forEach((byte) => {
|
|
46
|
-
bin.push(String.fromCharCode(byte));
|
|
47
|
-
});
|
|
48
|
-
return btoa(bin.join(''));
|
|
49
|
-
}
|
|
18
|
+
var base64_1 = require("@interchainjs/encoding/base64");
|
|
19
|
+
Object.defineProperty(exports, "bytesFromBase64", { enumerable: true, get: function () { return base64_1.fromBase64; } });
|
|
20
|
+
Object.defineProperty(exports, "base64FromBytes", { enumerable: true, get: function () { return base64_1.toBase64; } });
|
|
50
21
|
function omitDefault(input) {
|
|
51
22
|
if (typeof input === 'string') {
|
|
52
23
|
return input === '' ? undefined : input;
|
package/ibc/bundle.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export { Params as IbcApplicationsTransferV1Params, ParamsProtoMsg as IbcApplicationsTransferV1ParamsProtoMsg, ParamsAmino as IbcApplicationsTransferV1ParamsAmino, ParamsAminoMsg as IbcApplicationsTransferV1ParamsAminoMsg } from "./applications/transfer/v1/transfer";
|
|
2
|
-
export { MsgTransfer, MsgTransferProtoMsg, MsgTransferAmino, MsgTransferAminoMsg, MsgTransferResponse, MsgTransferResponseProtoMsg, MsgTransferResponseAmino, MsgTransferResponseAminoMsg, MsgUpdateParams as IbcApplicationsTransferV1MsgUpdateParams, MsgUpdateParamsProtoMsg as IbcApplicationsTransferV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as IbcApplicationsTransferV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as IbcApplicationsTransferV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as IbcApplicationsTransferV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as IbcApplicationsTransferV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as IbcApplicationsTransferV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as IbcApplicationsTransferV1MsgUpdateParamsResponseAminoMsg } from "./applications/transfer/v1/tx";
|
|
3
|
-
export { State, StateAmino, Order, OrderAmino, Channel, ChannelProtoMsg, ChannelAmino, ChannelAminoMsg, IdentifiedChannel, IdentifiedChannelProtoMsg, IdentifiedChannelAmino, IdentifiedChannelAminoMsg, Counterparty, CounterpartyProtoMsg, CounterpartyAmino, CounterpartyAminoMsg, Packet, PacketProtoMsg, PacketAmino, PacketAminoMsg, PacketState, PacketStateProtoMsg, PacketStateAmino, PacketStateAminoMsg, PacketId, PacketIdProtoMsg, PacketIdAmino, PacketIdAminoMsg, Acknowledgement, AcknowledgementProtoMsg, AcknowledgementAmino, AcknowledgementAminoMsg, Timeout, TimeoutProtoMsg, TimeoutAmino, TimeoutAminoMsg } from "./core/channel/v1/channel";
|
|
4
|
-
export * from "./core/channel/v1/tx";
|
|
5
|
-
export { IdentifiedClientState, IdentifiedClientStateProtoMsg, IdentifiedClientStateAmino, IdentifiedClientStateAminoMsg, ConsensusStateWithHeight, ConsensusStateWithHeightProtoMsg, ConsensusStateWithHeightAmino, ConsensusStateWithHeightAminoMsg, ClientConsensusStates, ClientConsensusStatesProtoMsg, ClientConsensusStatesAmino, ClientConsensusStatesAminoMsg, Height, HeightProtoMsg, HeightAmino, HeightAminoMsg, Params as IbcCoreClientV1Params, ParamsProtoMsg as IbcCoreClientV1ParamsProtoMsg, ParamsAmino as IbcCoreClientV1ParamsAmino, ParamsAminoMsg as IbcCoreClientV1ParamsAminoMsg } from "./core/client/v1/client";
|
|
6
|
-
export { MsgCreateClient, MsgCreateClientProtoMsg, MsgCreateClientAmino, MsgCreateClientAminoMsg, MsgCreateClientResponse, MsgCreateClientResponseProtoMsg, MsgCreateClientResponseAmino, MsgCreateClientResponseAminoMsg, MsgUpdateClient, MsgUpdateClientProtoMsg, MsgUpdateClientAmino, MsgUpdateClientAminoMsg, MsgUpdateClientResponse, MsgUpdateClientResponseProtoMsg, MsgUpdateClientResponseAmino, MsgUpdateClientResponseAminoMsg, MsgUpgradeClient, MsgUpgradeClientProtoMsg, MsgUpgradeClientAmino, MsgUpgradeClientAminoMsg, MsgUpgradeClientResponse, MsgUpgradeClientResponseProtoMsg, MsgUpgradeClientResponseAmino, MsgUpgradeClientResponseAminoMsg, MsgSubmitMisbehaviour, MsgSubmitMisbehaviourProtoMsg, MsgSubmitMisbehaviourAmino, MsgSubmitMisbehaviourAminoMsg, MsgSubmitMisbehaviourResponse, MsgSubmitMisbehaviourResponseProtoMsg, MsgSubmitMisbehaviourResponseAmino, MsgSubmitMisbehaviourResponseAminoMsg, MsgRecoverClient, MsgRecoverClientProtoMsg, MsgRecoverClientAmino, MsgRecoverClientAminoMsg, MsgRecoverClientResponse, MsgRecoverClientResponseProtoMsg, MsgRecoverClientResponseAmino, MsgRecoverClientResponseAminoMsg, MsgIBCSoftwareUpgrade, MsgIBCSoftwareUpgradeProtoMsg, MsgIBCSoftwareUpgradeAmino, MsgIBCSoftwareUpgradeAminoMsg, MsgIBCSoftwareUpgradeResponse, MsgIBCSoftwareUpgradeResponseProtoMsg, MsgIBCSoftwareUpgradeResponseAmino, MsgIBCSoftwareUpgradeResponseAminoMsg, MsgUpdateParams as IbcCoreClientV1MsgUpdateParams, MsgUpdateParamsProtoMsg as IbcCoreClientV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as IbcCoreClientV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as IbcCoreClientV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as IbcCoreClientV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as IbcCoreClientV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as IbcCoreClientV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as IbcCoreClientV1MsgUpdateParamsResponseAminoMsg, MsgDeleteClientCreator, MsgDeleteClientCreatorProtoMsg, MsgDeleteClientCreatorAmino, MsgDeleteClientCreatorAminoMsg, MsgDeleteClientCreatorResponse, MsgDeleteClientCreatorResponseProtoMsg, MsgDeleteClientCreatorResponseAmino, MsgDeleteClientCreatorResponseAminoMsg } from "./core/client/v1/tx";
|
|
7
|
-
export * from "./core/commitment/v1/commitment";
|
|
8
|
-
export { State as IbcCoreConnectionV1State, StateAmino as IbcCoreConnectionV1StateAmino, ConnectionEnd, ConnectionEndProtoMsg, ConnectionEndAmino, ConnectionEndAminoMsg, IdentifiedConnection, IdentifiedConnectionProtoMsg, IdentifiedConnectionAmino, IdentifiedConnectionAminoMsg, Counterparty as IbcCoreConnectionV1Counterparty, CounterpartyProtoMsg as IbcCoreConnectionV1CounterpartyProtoMsg, CounterpartyAmino as IbcCoreConnectionV1CounterpartyAmino, CounterpartyAminoMsg as IbcCoreConnectionV1CounterpartyAminoMsg, ClientPaths, ClientPathsProtoMsg, ClientPathsAmino, ClientPathsAminoMsg, ConnectionPaths, ConnectionPathsProtoMsg, ConnectionPathsAmino, ConnectionPathsAminoMsg, Version, VersionProtoMsg, VersionAmino, VersionAminoMsg, Params as IbcCoreConnectionV1Params, ParamsProtoMsg as IbcCoreConnectionV1ParamsProtoMsg, ParamsAmino as IbcCoreConnectionV1ParamsAmino, ParamsAminoMsg as IbcCoreConnectionV1ParamsAminoMsg } from "./core/connection/v1/connection";
|
|
9
1
|
export { MsgConnectionOpenInit, MsgConnectionOpenInitProtoMsg, MsgConnectionOpenInitAmino, MsgConnectionOpenInitAminoMsg, MsgConnectionOpenInitResponse, MsgConnectionOpenInitResponseProtoMsg, MsgConnectionOpenInitResponseAmino, MsgConnectionOpenInitResponseAminoMsg, MsgConnectionOpenTry, MsgConnectionOpenTryProtoMsg, MsgConnectionOpenTryAmino, MsgConnectionOpenTryAminoMsg, MsgConnectionOpenTryResponse, MsgConnectionOpenTryResponseProtoMsg, MsgConnectionOpenTryResponseAmino, MsgConnectionOpenTryResponseAminoMsg, MsgConnectionOpenAck, MsgConnectionOpenAckProtoMsg, MsgConnectionOpenAckAmino, MsgConnectionOpenAckAminoMsg, MsgConnectionOpenAckResponse, MsgConnectionOpenAckResponseProtoMsg, MsgConnectionOpenAckResponseAmino, MsgConnectionOpenAckResponseAminoMsg, MsgConnectionOpenConfirm, MsgConnectionOpenConfirmProtoMsg, MsgConnectionOpenConfirmAmino, MsgConnectionOpenConfirmAminoMsg, MsgConnectionOpenConfirmResponse, MsgConnectionOpenConfirmResponseProtoMsg, MsgConnectionOpenConfirmResponseAmino, MsgConnectionOpenConfirmResponseAminoMsg, MsgUpdateParams as IbcCoreConnectionV1MsgUpdateParams, MsgUpdateParamsProtoMsg as IbcCoreConnectionV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as IbcCoreConnectionV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as IbcCoreConnectionV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as IbcCoreConnectionV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as IbcCoreConnectionV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as IbcCoreConnectionV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as IbcCoreConnectionV1MsgUpdateParamsResponseAminoMsg } from "./core/connection/v1/tx";
|
|
10
|
-
export {
|
|
11
|
-
export
|
|
12
|
-
export {
|
|
2
|
+
export { State, StateAmino, ConnectionEnd, ConnectionEndProtoMsg, ConnectionEndAmino, ConnectionEndAminoMsg, IdentifiedConnection, IdentifiedConnectionProtoMsg, IdentifiedConnectionAmino, IdentifiedConnectionAminoMsg, Counterparty, CounterpartyProtoMsg, CounterpartyAmino, CounterpartyAminoMsg, ClientPaths, ClientPathsProtoMsg, ClientPathsAmino, ClientPathsAminoMsg, ConnectionPaths, ConnectionPathsProtoMsg, ConnectionPathsAmino, ConnectionPathsAminoMsg, Version, VersionProtoMsg, VersionAmino, VersionAminoMsg, Params as IbcCoreConnectionV1Params, ParamsProtoMsg as IbcCoreConnectionV1ParamsProtoMsg, ParamsAmino as IbcCoreConnectionV1ParamsAmino, ParamsAminoMsg as IbcCoreConnectionV1ParamsAminoMsg } from "./core/connection/v1/connection";
|
|
3
|
+
export * from "./core/commitment/v1/commitment";
|
|
4
|
+
export { MsgCreateClient, MsgCreateClientProtoMsg, MsgCreateClientAmino, MsgCreateClientAminoMsg, MsgCreateClientResponse, MsgCreateClientResponseProtoMsg, MsgCreateClientResponseAmino, MsgCreateClientResponseAminoMsg, MsgUpdateClient, MsgUpdateClientProtoMsg, MsgUpdateClientAmino, MsgUpdateClientAminoMsg, MsgUpdateClientResponse, MsgUpdateClientResponseProtoMsg, MsgUpdateClientResponseAmino, MsgUpdateClientResponseAminoMsg, MsgUpgradeClient, MsgUpgradeClientProtoMsg, MsgUpgradeClientAmino, MsgUpgradeClientAminoMsg, MsgUpgradeClientResponse, MsgUpgradeClientResponseProtoMsg, MsgUpgradeClientResponseAmino, MsgUpgradeClientResponseAminoMsg, MsgSubmitMisbehaviour, MsgSubmitMisbehaviourProtoMsg, MsgSubmitMisbehaviourAmino, MsgSubmitMisbehaviourAminoMsg, MsgSubmitMisbehaviourResponse, MsgSubmitMisbehaviourResponseProtoMsg, MsgSubmitMisbehaviourResponseAmino, MsgSubmitMisbehaviourResponseAminoMsg, MsgRecoverClient, MsgRecoverClientProtoMsg, MsgRecoverClientAmino, MsgRecoverClientAminoMsg, MsgRecoverClientResponse, MsgRecoverClientResponseProtoMsg, MsgRecoverClientResponseAmino, MsgRecoverClientResponseAminoMsg, MsgIBCSoftwareUpgrade, MsgIBCSoftwareUpgradeProtoMsg, MsgIBCSoftwareUpgradeAmino, MsgIBCSoftwareUpgradeAminoMsg, MsgIBCSoftwareUpgradeResponse, MsgIBCSoftwareUpgradeResponseProtoMsg, MsgIBCSoftwareUpgradeResponseAmino, MsgIBCSoftwareUpgradeResponseAminoMsg, MsgUpdateParams as IbcCoreClientV1MsgUpdateParams, MsgUpdateParamsProtoMsg as IbcCoreClientV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as IbcCoreClientV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as IbcCoreClientV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as IbcCoreClientV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as IbcCoreClientV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as IbcCoreClientV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as IbcCoreClientV1MsgUpdateParamsResponseAminoMsg, MsgDeleteClientCreator, MsgDeleteClientCreatorProtoMsg, MsgDeleteClientCreatorAmino, MsgDeleteClientCreatorAminoMsg, MsgDeleteClientCreatorResponse, MsgDeleteClientCreatorResponseProtoMsg, MsgDeleteClientCreatorResponseAmino, MsgDeleteClientCreatorResponseAminoMsg } from "./core/client/v1/tx";
|
|
5
|
+
export { IdentifiedClientState, IdentifiedClientStateProtoMsg, IdentifiedClientStateAmino, IdentifiedClientStateAminoMsg, ConsensusStateWithHeight, ConsensusStateWithHeightProtoMsg, ConsensusStateWithHeightAmino, ConsensusStateWithHeightAminoMsg, ClientConsensusStates, ClientConsensusStatesProtoMsg, ClientConsensusStatesAmino, ClientConsensusStatesAminoMsg, Height, HeightProtoMsg, HeightAmino, HeightAminoMsg, Params as IbcCoreClientV1Params, ParamsProtoMsg as IbcCoreClientV1ParamsProtoMsg, ParamsAmino as IbcCoreClientV1ParamsAmino, ParamsAminoMsg as IbcCoreClientV1ParamsAminoMsg } from "./core/client/v1/client";
|
|
6
|
+
export * from "./core/channel/v1/tx";
|
|
7
|
+
export { State as IbcCoreChannelV1State, StateAmino as IbcCoreChannelV1StateAmino, Order, OrderAmino, Channel, ChannelProtoMsg, ChannelAmino, ChannelAminoMsg, IdentifiedChannel, IdentifiedChannelProtoMsg, IdentifiedChannelAmino, IdentifiedChannelAminoMsg, Counterparty as IbcCoreChannelV1Counterparty, CounterpartyProtoMsg as IbcCoreChannelV1CounterpartyProtoMsg, CounterpartyAmino as IbcCoreChannelV1CounterpartyAmino, CounterpartyAminoMsg as IbcCoreChannelV1CounterpartyAminoMsg, Packet, PacketProtoMsg, PacketAmino, PacketAminoMsg, PacketState, PacketStateProtoMsg, PacketStateAmino, PacketStateAminoMsg, PacketId, PacketIdProtoMsg, PacketIdAmino, PacketIdAminoMsg, Acknowledgement, AcknowledgementProtoMsg, AcknowledgementAmino, AcknowledgementAminoMsg, Timeout, TimeoutProtoMsg, TimeoutAmino, TimeoutAminoMsg } from "./core/channel/v1/channel";
|
|
8
|
+
export { MsgTransfer, MsgTransferProtoMsg, MsgTransferAmino, MsgTransferAminoMsg, MsgTransferResponse, MsgTransferResponseProtoMsg, MsgTransferResponseAmino, MsgTransferResponseAminoMsg, MsgUpdateParams as IbcApplicationsTransferV1MsgUpdateParams, MsgUpdateParamsProtoMsg as IbcApplicationsTransferV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as IbcApplicationsTransferV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as IbcApplicationsTransferV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as IbcApplicationsTransferV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as IbcApplicationsTransferV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as IbcApplicationsTransferV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as IbcApplicationsTransferV1MsgUpdateParamsResponseAminoMsg } from "./applications/transfer/v1/tx";
|
|
9
|
+
export { Params as IbcApplicationsTransferV1Params, ParamsProtoMsg as IbcApplicationsTransferV1ParamsProtoMsg, ParamsAmino as IbcApplicationsTransferV1ParamsAmino, ParamsAminoMsg as IbcApplicationsTransferV1ParamsAminoMsg } from "./applications/transfer/v1/transfer";
|
|
13
10
|
export { registry as IbcCoreConnectionV1Registry, MessageComposer as IbcCoreConnectionV1MessageComposer } from "./core/connection/v1/tx.registry";
|
|
14
|
-
export {
|
|
15
|
-
export
|
|
16
|
-
export
|
|
11
|
+
export { registry as IbcCoreClientV1Registry, MessageComposer as IbcCoreClientV1MessageComposer } from "./core/client/v1/tx.registry";
|
|
12
|
+
export { registry as IbcCoreChannelV1Registry, MessageComposer as IbcCoreChannelV1MessageComposer } from "./core/channel/v1/tx.registry";
|
|
13
|
+
export { registry as IbcApplicationsTransferV1Registry, MessageComposer as IbcApplicationsTransferV1MessageComposer } from "./applications/transfer/v1/tx.registry";
|
|
17
14
|
export * from "./core/connection/v1/tx.rpc.func";
|
|
15
|
+
export * from "./core/client/v1/tx.rpc.func";
|
|
16
|
+
export * from "./core/channel/v1/tx.rpc.func";
|
|
17
|
+
export { transfer, updateParams as updateParamsIbcApplicationsTransferV1 } from "./applications/transfer/v1/tx.rpc.func";
|
package/ibc/bundle.js
CHANGED
|
@@ -14,35 +14,30 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.
|
|
18
|
-
exports.updateParamsIbcApplicationsTransferV1 = exports.transfer = exports.
|
|
19
|
-
var
|
|
20
|
-
Object.defineProperty(exports, "
|
|
21
|
-
|
|
22
|
-
Object.defineProperty(exports, "
|
|
23
|
-
Object.defineProperty(exports, "
|
|
24
|
-
Object.defineProperty(exports, "
|
|
25
|
-
Object.defineProperty(exports, "
|
|
26
|
-
|
|
27
|
-
Object.defineProperty(exports, "
|
|
28
|
-
Object.defineProperty(exports, "
|
|
29
|
-
Object.defineProperty(exports, "
|
|
30
|
-
|
|
31
|
-
Object.defineProperty(exports, "
|
|
32
|
-
Object.defineProperty(exports, "
|
|
33
|
-
Object.defineProperty(exports, "
|
|
34
|
-
Object.defineProperty(exports, "
|
|
35
|
-
Object.defineProperty(exports, "
|
|
36
|
-
Object.defineProperty(exports, "
|
|
37
|
-
Object.defineProperty(exports, "
|
|
38
|
-
Object.defineProperty(exports, "
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
Object.defineProperty(exports, "IdentifiedClientState", { enumerable: true, get: function () { return client_1.IdentifiedClientState; } });
|
|
42
|
-
Object.defineProperty(exports, "ConsensusStateWithHeight", { enumerable: true, get: function () { return client_1.ConsensusStateWithHeight; } });
|
|
43
|
-
Object.defineProperty(exports, "ClientConsensusStates", { enumerable: true, get: function () { return client_1.ClientConsensusStates; } });
|
|
44
|
-
Object.defineProperty(exports, "Height", { enumerable: true, get: function () { return client_1.Height; } });
|
|
45
|
-
Object.defineProperty(exports, "IbcCoreClientV1Params", { enumerable: true, get: function () { return client_1.Params; } });
|
|
17
|
+
exports.PacketId = exports.PacketState = exports.Packet = exports.IbcCoreChannelV1Counterparty = exports.IdentifiedChannel = exports.Channel = exports.OrderAmino = exports.Order = exports.IbcCoreChannelV1StateAmino = exports.IbcCoreChannelV1State = exports.IbcCoreClientV1Params = exports.Height = exports.ClientConsensusStates = exports.ConsensusStateWithHeight = exports.IdentifiedClientState = exports.MsgDeleteClientCreatorResponse = exports.MsgDeleteClientCreator = exports.IbcCoreClientV1MsgUpdateParamsResponse = exports.IbcCoreClientV1MsgUpdateParams = exports.MsgIBCSoftwareUpgradeResponse = exports.MsgIBCSoftwareUpgrade = exports.MsgRecoverClientResponse = exports.MsgRecoverClient = exports.MsgSubmitMisbehaviourResponse = exports.MsgSubmitMisbehaviour = exports.MsgUpgradeClientResponse = exports.MsgUpgradeClient = exports.MsgUpdateClientResponse = exports.MsgUpdateClient = exports.MsgCreateClientResponse = exports.MsgCreateClient = exports.IbcCoreConnectionV1Params = exports.Version = exports.ConnectionPaths = exports.ClientPaths = exports.Counterparty = exports.IdentifiedConnection = exports.ConnectionEnd = exports.StateAmino = exports.State = exports.IbcCoreConnectionV1MsgUpdateParamsResponse = exports.IbcCoreConnectionV1MsgUpdateParams = exports.MsgConnectionOpenConfirmResponse = exports.MsgConnectionOpenConfirm = exports.MsgConnectionOpenAckResponse = exports.MsgConnectionOpenAck = exports.MsgConnectionOpenTryResponse = exports.MsgConnectionOpenTry = exports.MsgConnectionOpenInitResponse = exports.MsgConnectionOpenInit = void 0;
|
|
18
|
+
exports.updateParamsIbcApplicationsTransferV1 = exports.transfer = exports.IbcApplicationsTransferV1MessageComposer = exports.IbcApplicationsTransferV1Registry = exports.IbcCoreChannelV1MessageComposer = exports.IbcCoreChannelV1Registry = exports.IbcCoreClientV1MessageComposer = exports.IbcCoreClientV1Registry = exports.IbcCoreConnectionV1MessageComposer = exports.IbcCoreConnectionV1Registry = exports.IbcApplicationsTransferV1Params = exports.IbcApplicationsTransferV1MsgUpdateParamsResponse = exports.IbcApplicationsTransferV1MsgUpdateParams = exports.MsgTransferResponse = exports.MsgTransfer = exports.Timeout = exports.Acknowledgement = void 0;
|
|
19
|
+
var tx_1 = require("./core/connection/v1/tx");
|
|
20
|
+
Object.defineProperty(exports, "MsgConnectionOpenInit", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenInit; } });
|
|
21
|
+
Object.defineProperty(exports, "MsgConnectionOpenInitResponse", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenInitResponse; } });
|
|
22
|
+
Object.defineProperty(exports, "MsgConnectionOpenTry", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenTry; } });
|
|
23
|
+
Object.defineProperty(exports, "MsgConnectionOpenTryResponse", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenTryResponse; } });
|
|
24
|
+
Object.defineProperty(exports, "MsgConnectionOpenAck", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenAck; } });
|
|
25
|
+
Object.defineProperty(exports, "MsgConnectionOpenAckResponse", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenAckResponse; } });
|
|
26
|
+
Object.defineProperty(exports, "MsgConnectionOpenConfirm", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenConfirm; } });
|
|
27
|
+
Object.defineProperty(exports, "MsgConnectionOpenConfirmResponse", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenConfirmResponse; } });
|
|
28
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1MsgUpdateParams", { enumerable: true, get: function () { return tx_1.MsgUpdateParams; } });
|
|
29
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1MsgUpdateParamsResponse", { enumerable: true, get: function () { return tx_1.MsgUpdateParamsResponse; } });
|
|
30
|
+
var connection_1 = require("./core/connection/v1/connection");
|
|
31
|
+
Object.defineProperty(exports, "State", { enumerable: true, get: function () { return connection_1.State; } });
|
|
32
|
+
Object.defineProperty(exports, "StateAmino", { enumerable: true, get: function () { return connection_1.StateAmino; } });
|
|
33
|
+
Object.defineProperty(exports, "ConnectionEnd", { enumerable: true, get: function () { return connection_1.ConnectionEnd; } });
|
|
34
|
+
Object.defineProperty(exports, "IdentifiedConnection", { enumerable: true, get: function () { return connection_1.IdentifiedConnection; } });
|
|
35
|
+
Object.defineProperty(exports, "Counterparty", { enumerable: true, get: function () { return connection_1.Counterparty; } });
|
|
36
|
+
Object.defineProperty(exports, "ClientPaths", { enumerable: true, get: function () { return connection_1.ClientPaths; } });
|
|
37
|
+
Object.defineProperty(exports, "ConnectionPaths", { enumerable: true, get: function () { return connection_1.ConnectionPaths; } });
|
|
38
|
+
Object.defineProperty(exports, "Version", { enumerable: true, get: function () { return connection_1.Version; } });
|
|
39
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1Params", { enumerable: true, get: function () { return connection_1.Params; } });
|
|
40
|
+
__exportStar(require("./core/commitment/v1/commitment"), exports);
|
|
46
41
|
var tx_2 = require("./core/client/v1/tx");
|
|
47
42
|
Object.defineProperty(exports, "MsgCreateClient", { enumerable: true, get: function () { return tx_2.MsgCreateClient; } });
|
|
48
43
|
Object.defineProperty(exports, "MsgCreateClientResponse", { enumerable: true, get: function () { return tx_2.MsgCreateClientResponse; } });
|
|
@@ -60,43 +55,48 @@ Object.defineProperty(exports, "IbcCoreClientV1MsgUpdateParams", { enumerable: t
|
|
|
60
55
|
Object.defineProperty(exports, "IbcCoreClientV1MsgUpdateParamsResponse", { enumerable: true, get: function () { return tx_2.MsgUpdateParamsResponse; } });
|
|
61
56
|
Object.defineProperty(exports, "MsgDeleteClientCreator", { enumerable: true, get: function () { return tx_2.MsgDeleteClientCreator; } });
|
|
62
57
|
Object.defineProperty(exports, "MsgDeleteClientCreatorResponse", { enumerable: true, get: function () { return tx_2.MsgDeleteClientCreatorResponse; } });
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
Object.defineProperty(exports, "
|
|
66
|
-
Object.defineProperty(exports, "
|
|
67
|
-
Object.defineProperty(exports, "
|
|
68
|
-
Object.defineProperty(exports, "
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
Object.defineProperty(exports, "
|
|
72
|
-
Object.defineProperty(exports, "
|
|
73
|
-
Object.defineProperty(exports, "
|
|
74
|
-
|
|
75
|
-
Object.defineProperty(exports, "
|
|
76
|
-
Object.defineProperty(exports, "
|
|
77
|
-
Object.defineProperty(exports, "
|
|
78
|
-
Object.defineProperty(exports, "
|
|
79
|
-
Object.defineProperty(exports, "
|
|
80
|
-
Object.defineProperty(exports, "
|
|
81
|
-
Object.defineProperty(exports, "
|
|
82
|
-
Object.defineProperty(exports, "
|
|
83
|
-
|
|
84
|
-
Object.defineProperty(exports, "
|
|
85
|
-
|
|
86
|
-
Object.defineProperty(exports, "
|
|
87
|
-
Object.defineProperty(exports, "
|
|
88
|
-
var
|
|
89
|
-
Object.defineProperty(exports, "
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
Object.defineProperty(exports, "
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
Object.defineProperty(exports, "
|
|
96
|
-
|
|
58
|
+
var client_1 = require("./core/client/v1/client");
|
|
59
|
+
Object.defineProperty(exports, "IdentifiedClientState", { enumerable: true, get: function () { return client_1.IdentifiedClientState; } });
|
|
60
|
+
Object.defineProperty(exports, "ConsensusStateWithHeight", { enumerable: true, get: function () { return client_1.ConsensusStateWithHeight; } });
|
|
61
|
+
Object.defineProperty(exports, "ClientConsensusStates", { enumerable: true, get: function () { return client_1.ClientConsensusStates; } });
|
|
62
|
+
Object.defineProperty(exports, "Height", { enumerable: true, get: function () { return client_1.Height; } });
|
|
63
|
+
Object.defineProperty(exports, "IbcCoreClientV1Params", { enumerable: true, get: function () { return client_1.Params; } });
|
|
64
|
+
__exportStar(require("./core/channel/v1/tx"), exports);
|
|
65
|
+
var channel_1 = require("./core/channel/v1/channel");
|
|
66
|
+
Object.defineProperty(exports, "IbcCoreChannelV1State", { enumerable: true, get: function () { return channel_1.State; } });
|
|
67
|
+
Object.defineProperty(exports, "IbcCoreChannelV1StateAmino", { enumerable: true, get: function () { return channel_1.StateAmino; } });
|
|
68
|
+
Object.defineProperty(exports, "Order", { enumerable: true, get: function () { return channel_1.Order; } });
|
|
69
|
+
Object.defineProperty(exports, "OrderAmino", { enumerable: true, get: function () { return channel_1.OrderAmino; } });
|
|
70
|
+
Object.defineProperty(exports, "Channel", { enumerable: true, get: function () { return channel_1.Channel; } });
|
|
71
|
+
Object.defineProperty(exports, "IdentifiedChannel", { enumerable: true, get: function () { return channel_1.IdentifiedChannel; } });
|
|
72
|
+
Object.defineProperty(exports, "IbcCoreChannelV1Counterparty", { enumerable: true, get: function () { return channel_1.Counterparty; } });
|
|
73
|
+
Object.defineProperty(exports, "Packet", { enumerable: true, get: function () { return channel_1.Packet; } });
|
|
74
|
+
Object.defineProperty(exports, "PacketState", { enumerable: true, get: function () { return channel_1.PacketState; } });
|
|
75
|
+
Object.defineProperty(exports, "PacketId", { enumerable: true, get: function () { return channel_1.PacketId; } });
|
|
76
|
+
Object.defineProperty(exports, "Acknowledgement", { enumerable: true, get: function () { return channel_1.Acknowledgement; } });
|
|
77
|
+
Object.defineProperty(exports, "Timeout", { enumerable: true, get: function () { return channel_1.Timeout; } });
|
|
78
|
+
var tx_3 = require("./applications/transfer/v1/tx");
|
|
79
|
+
Object.defineProperty(exports, "MsgTransfer", { enumerable: true, get: function () { return tx_3.MsgTransfer; } });
|
|
80
|
+
Object.defineProperty(exports, "MsgTransferResponse", { enumerable: true, get: function () { return tx_3.MsgTransferResponse; } });
|
|
81
|
+
Object.defineProperty(exports, "IbcApplicationsTransferV1MsgUpdateParams", { enumerable: true, get: function () { return tx_3.MsgUpdateParams; } });
|
|
82
|
+
Object.defineProperty(exports, "IbcApplicationsTransferV1MsgUpdateParamsResponse", { enumerable: true, get: function () { return tx_3.MsgUpdateParamsResponse; } });
|
|
83
|
+
var transfer_1 = require("./applications/transfer/v1/transfer");
|
|
84
|
+
Object.defineProperty(exports, "IbcApplicationsTransferV1Params", { enumerable: true, get: function () { return transfer_1.Params; } });
|
|
85
|
+
var tx_registry_1 = require("./core/connection/v1/tx.registry");
|
|
86
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1Registry", { enumerable: true, get: function () { return tx_registry_1.registry; } });
|
|
87
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1MessageComposer", { enumerable: true, get: function () { return tx_registry_1.MessageComposer; } });
|
|
88
|
+
var tx_registry_2 = require("./core/client/v1/tx.registry");
|
|
89
|
+
Object.defineProperty(exports, "IbcCoreClientV1Registry", { enumerable: true, get: function () { return tx_registry_2.registry; } });
|
|
90
|
+
Object.defineProperty(exports, "IbcCoreClientV1MessageComposer", { enumerable: true, get: function () { return tx_registry_2.MessageComposer; } });
|
|
91
|
+
var tx_registry_3 = require("./core/channel/v1/tx.registry");
|
|
92
|
+
Object.defineProperty(exports, "IbcCoreChannelV1Registry", { enumerable: true, get: function () { return tx_registry_3.registry; } });
|
|
93
|
+
Object.defineProperty(exports, "IbcCoreChannelV1MessageComposer", { enumerable: true, get: function () { return tx_registry_3.MessageComposer; } });
|
|
94
|
+
var tx_registry_4 = require("./applications/transfer/v1/tx.registry");
|
|
95
|
+
Object.defineProperty(exports, "IbcApplicationsTransferV1Registry", { enumerable: true, get: function () { return tx_registry_4.registry; } });
|
|
96
|
+
Object.defineProperty(exports, "IbcApplicationsTransferV1MessageComposer", { enumerable: true, get: function () { return tx_registry_4.MessageComposer; } });
|
|
97
|
+
__exportStar(require("./core/connection/v1/tx.rpc.func"), exports);
|
|
98
|
+
__exportStar(require("./core/client/v1/tx.rpc.func"), exports);
|
|
99
|
+
__exportStar(require("./core/channel/v1/tx.rpc.func"), exports);
|
|
97
100
|
var tx_rpc_func_1 = require("./applications/transfer/v1/tx.rpc.func");
|
|
98
101
|
Object.defineProperty(exports, "transfer", { enumerable: true, get: function () { return tx_rpc_func_1.transfer; } });
|
|
99
102
|
Object.defineProperty(exports, "updateParamsIbcApplicationsTransferV1", { enumerable: true, get: function () { return tx_rpc_func_1.updateParams; } });
|
|
100
|
-
__exportStar(require("./core/channel/v1/tx.rpc.func"), exports);
|
|
101
|
-
__exportStar(require("./core/client/v1/tx.rpc.func"), exports);
|
|
102
|
-
__exportStar(require("./core/connection/v1/tx.rpc.func"), exports);
|
package/index.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
2
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
|
6
|
+
export * from "./tendermint/bundle";
|
|
7
|
+
export * from "./injective/bundle";
|
|
8
|
+
export * from "./ibc/bundle";
|
|
9
|
+
export * from "./google/bundle";
|
|
10
|
+
export * from "./cosmwasm/bundle";
|
|
6
11
|
export * from "./cosmos_proto/bundle";
|
|
7
12
|
export * from "./cosmos/bundle";
|
|
8
|
-
export * from "./cosmwasm/bundle";
|
|
9
|
-
export * from "./google/bundle";
|
|
10
|
-
export * from "./ibc/bundle";
|
|
11
|
-
export * from "./injective/bundle";
|
|
12
|
-
export * from "./tendermint/bundle";
|
|
13
13
|
export * from "./extern";
|
|
14
14
|
export * from "./helper-func-types";
|
|
15
15
|
export * from "./varint";
|
package/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.
|
|
3
|
+
* This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.2
|
|
4
4
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
5
5
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
6
6
|
*/
|
|
@@ -19,13 +19,13 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
19
19
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
20
20
|
};
|
|
21
21
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
__exportStar(require("./tendermint/bundle"), exports);
|
|
23
|
+
__exportStar(require("./injective/bundle"), exports);
|
|
24
|
+
__exportStar(require("./ibc/bundle"), exports);
|
|
25
|
+
__exportStar(require("./google/bundle"), exports);
|
|
26
|
+
__exportStar(require("./cosmwasm/bundle"), exports);
|
|
22
27
|
__exportStar(require("./cosmos_proto/bundle"), exports);
|
|
23
28
|
__exportStar(require("./cosmos/bundle"), exports);
|
|
24
|
-
__exportStar(require("./cosmwasm/bundle"), exports);
|
|
25
|
-
__exportStar(require("./google/bundle"), exports);
|
|
26
|
-
__exportStar(require("./ibc/bundle"), exports);
|
|
27
|
-
__exportStar(require("./injective/bundle"), exports);
|
|
28
|
-
__exportStar(require("./tendermint/bundle"), exports);
|
|
29
29
|
__exportStar(require("./extern"), exports);
|
|
30
30
|
__exportStar(require("./helper-func-types"), exports);
|
|
31
31
|
__exportStar(require("./varint"), exports);
|