injectivejs 1.16.7 → 1.17.0
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/auth/v1beta1/auth.d.ts +2 -0
- package/cosmos/auth/v1beta1/auth.js +2 -0
- package/cosmos/authz/v1beta1/authz.d.ts +1 -0
- package/cosmos/authz/v1beta1/authz.js +1 -0
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/bank/v1beta1/bank.d.ts +1 -0
- package/cosmos/bank/v1beta1/bank.js +1 -0
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bundle.d.ts +13 -13
- package/cosmos/bundle.js +45 -45
- package/cosmos/distribution/v1beta1/distribution.d.ts +2 -0
- package/cosmos/distribution/v1beta1/distribution.js +2 -0
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1beta1/gov.d.ts +1 -0
- package/cosmos/gov/v1beta1/gov.js +1 -0
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/types.d.ts +2 -0
- package/cosmos/group/v1/types.js +2 -0
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +2 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +2 -0
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmwasm/wasm/v1/authz.d.ts +9 -0
- package/cosmwasm/wasm/v1/authz.js +11 -1
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +12 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +12 -0
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/esm/binary.js +1 -1
- package/esm/cosmos/auth/v1beta1/auth.js +2 -0
- package/esm/cosmos/authz/v1beta1/authz.js +1 -0
- package/esm/cosmos/bank/v1beta1/bank.js +1 -0
- package/esm/cosmos/bundle.js +13 -13
- package/esm/cosmos/distribution/v1beta1/distribution.js +2 -0
- package/esm/cosmos/gov/v1beta1/gov.js +1 -0
- package/esm/cosmos/group/v1/types.js +2 -0
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +2 -0
- package/esm/cosmwasm/wasm/v1/authz.js +11 -1
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +12 -0
- package/esm/extern.js +1 -1
- package/esm/google/protobuf/any.js +1 -0
- package/esm/helper-func-types.js +2 -2
- package/esm/helpers.js +2 -2
- package/esm/ibc/bundle.js +1 -1
- package/esm/index.js +1 -1
- package/esm/injective/bundle.js +13 -13
- package/esm/injective/exchange/v1beta1/authz.js +11 -0
- package/esm/injective/exchange/v1beta1/proposal.js +17 -0
- package/esm/injective/ocr/v1beta1/ocr.js +2 -0
- package/esm/injective/oracle/v1beta1/proposal.js +11 -0
- package/esm/injective/types/v1beta1/account.js +1 -0
- package/esm/injective/wasmx/v1/authz.js +1 -0
- package/esm/injective/wasmx/v1/proposal.js +5 -0
- package/esm/registry.js +1 -1
- package/esm/tendermint/bundle.js +2 -2
- 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/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +1 -0
- package/helper-func-types.d.ts +2 -2
- package/helper-func-types.js +4 -4
- package/helpers.d.ts +2 -2
- package/helpers.js +4 -4
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/bundle.d.ts +1 -1
- package/ibc/bundle.js +4 -4
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +10 -10
- package/ibc/core/client/v1/tx.rpc.func.d.ts +8 -8
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/bundle.d.ts +13 -13
- package/injective/bundle.js +33 -33
- package/injective/exchange/v1beta1/authz.d.ts +11 -0
- package/injective/exchange/v1beta1/authz.js +11 -0
- package/injective/exchange/v1beta1/proposal.d.ts +17 -0
- package/injective/exchange/v1beta1/proposal.js +17 -0
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +36 -36
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/ocr/v1beta1/ocr.d.ts +2 -0
- package/injective/ocr/v1beta1/ocr.js +2 -0
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/oracle/v1beta1/proposal.d.ts +11 -0
- package/injective/oracle/v1beta1/proposal.js +11 -0
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +5 -5
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/txfees/v1beta1/tx.rpc.func.d.ts +1 -1
- package/injective/types/v1beta1/account.d.ts +1 -0
- package/injective/types/v1beta1/account.js +1 -0
- package/injective/wasmx/v1/authz.d.ts +1 -0
- package/injective/wasmx/v1/authz.js +1 -0
- package/injective/wasmx/v1/proposal.d.ts +5 -0
- package/injective/wasmx/v1/proposal.js +5 -0
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/package.json +17 -9
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/bundle.d.ts +2 -2
- package/tendermint/bundle.js +4 -4
- 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
|
@@ -3,6 +3,7 @@ import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
|
3
3
|
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
4
|
function createBaseGrantBandOraclePrivilegeProposal() {
|
|
5
5
|
return {
|
|
6
|
+
$typeUrl: "/injective.oracle.v1beta1.GrantBandOraclePrivilegeProposal",
|
|
6
7
|
title: "",
|
|
7
8
|
description: "",
|
|
8
9
|
relayers: []
|
|
@@ -118,6 +119,7 @@ export const GrantBandOraclePrivilegeProposal = {
|
|
|
118
119
|
};
|
|
119
120
|
function createBaseRevokeBandOraclePrivilegeProposal() {
|
|
120
121
|
return {
|
|
122
|
+
$typeUrl: "/injective.oracle.v1beta1.RevokeBandOraclePrivilegeProposal",
|
|
121
123
|
title: "",
|
|
122
124
|
description: "",
|
|
123
125
|
relayers: []
|
|
@@ -233,6 +235,7 @@ export const RevokeBandOraclePrivilegeProposal = {
|
|
|
233
235
|
};
|
|
234
236
|
function createBaseGrantPriceFeederPrivilegeProposal() {
|
|
235
237
|
return {
|
|
238
|
+
$typeUrl: "/injective.oracle.v1beta1.GrantPriceFeederPrivilegeProposal",
|
|
236
239
|
title: "",
|
|
237
240
|
description: "",
|
|
238
241
|
base: "",
|
|
@@ -372,6 +375,7 @@ export const GrantPriceFeederPrivilegeProposal = {
|
|
|
372
375
|
};
|
|
373
376
|
function createBaseGrantProviderPrivilegeProposal() {
|
|
374
377
|
return {
|
|
378
|
+
$typeUrl: "/injective.oracle.v1beta1.GrantProviderPrivilegeProposal",
|
|
375
379
|
title: "",
|
|
376
380
|
description: "",
|
|
377
381
|
provider: "",
|
|
@@ -499,6 +503,7 @@ export const GrantProviderPrivilegeProposal = {
|
|
|
499
503
|
};
|
|
500
504
|
function createBaseRevokeProviderPrivilegeProposal() {
|
|
501
505
|
return {
|
|
506
|
+
$typeUrl: "/injective.oracle.v1beta1.RevokeProviderPrivilegeProposal",
|
|
502
507
|
title: "",
|
|
503
508
|
description: "",
|
|
504
509
|
provider: "",
|
|
@@ -626,6 +631,7 @@ export const RevokeProviderPrivilegeProposal = {
|
|
|
626
631
|
};
|
|
627
632
|
function createBaseRevokePriceFeederPrivilegeProposal() {
|
|
628
633
|
return {
|
|
634
|
+
$typeUrl: "/injective.oracle.v1beta1.RevokePriceFeederPrivilegeProposal",
|
|
629
635
|
title: "",
|
|
630
636
|
description: "",
|
|
631
637
|
base: "",
|
|
@@ -765,6 +771,7 @@ export const RevokePriceFeederPrivilegeProposal = {
|
|
|
765
771
|
};
|
|
766
772
|
function createBaseAuthorizeBandOracleRequestProposal() {
|
|
767
773
|
return {
|
|
774
|
+
$typeUrl: "/injective.oracle.v1beta1.AuthorizeBandOracleRequestProposal",
|
|
768
775
|
title: "",
|
|
769
776
|
description: "",
|
|
770
777
|
request: BandOracleRequest.fromPartial({})
|
|
@@ -878,6 +885,7 @@ export const AuthorizeBandOracleRequestProposal = {
|
|
|
878
885
|
};
|
|
879
886
|
function createBaseUpdateBandOracleRequestProposal() {
|
|
880
887
|
return {
|
|
888
|
+
$typeUrl: "/injective.oracle.v1beta1.UpdateBandOracleRequestProposal",
|
|
881
889
|
title: "",
|
|
882
890
|
description: "",
|
|
883
891
|
deleteRequestIds: [],
|
|
@@ -1016,6 +1024,7 @@ export const UpdateBandOracleRequestProposal = {
|
|
|
1016
1024
|
};
|
|
1017
1025
|
function createBaseEnableBandIBCProposal() {
|
|
1018
1026
|
return {
|
|
1027
|
+
$typeUrl: "/injective.oracle.v1beta1.EnableBandIBCProposal",
|
|
1019
1028
|
title: "",
|
|
1020
1029
|
description: "",
|
|
1021
1030
|
bandIbcParams: BandIBCParams.fromPartial({})
|
|
@@ -1129,6 +1138,7 @@ export const EnableBandIBCProposal = {
|
|
|
1129
1138
|
};
|
|
1130
1139
|
function createBaseGrantStorkPublisherPrivilegeProposal() {
|
|
1131
1140
|
return {
|
|
1141
|
+
$typeUrl: "/injective.oracle.v1beta1.GrantStorkPublisherPrivilegeProposal",
|
|
1132
1142
|
title: "",
|
|
1133
1143
|
description: "",
|
|
1134
1144
|
storkPublishers: []
|
|
@@ -1244,6 +1254,7 @@ export const GrantStorkPublisherPrivilegeProposal = {
|
|
|
1244
1254
|
};
|
|
1245
1255
|
function createBaseRevokeStorkPublisherPrivilegeProposal() {
|
|
1246
1256
|
return {
|
|
1257
|
+
$typeUrl: "/injective.oracle.v1beta1.RevokeStorkPublisherPrivilegeProposal",
|
|
1247
1258
|
title: "",
|
|
1248
1259
|
description: "",
|
|
1249
1260
|
storkPublishers: []
|
|
@@ -4,6 +4,7 @@ import { GlobalDecoderRegistry } from "../../../registry";
|
|
|
4
4
|
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
5
5
|
function createBaseEthAccount() {
|
|
6
6
|
return {
|
|
7
|
+
$typeUrl: "/injective.types.v1beta1.EthAccount",
|
|
7
8
|
baseAccount: undefined,
|
|
8
9
|
codeHash: new Uint8Array()
|
|
9
10
|
};
|
|
@@ -3,6 +3,7 @@ import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
|
3
3
|
import { GlobalDecoderRegistry } from "../../../registry";
|
|
4
4
|
function createBaseContractExecutionCompatAuthorization() {
|
|
5
5
|
return {
|
|
6
|
+
$typeUrl: "/injective.wasmx.v1.ContractExecutionCompatAuthorization",
|
|
6
7
|
grants: []
|
|
7
8
|
};
|
|
8
9
|
}
|
|
@@ -48,6 +48,7 @@ export function fundingModeToJSON(object) {
|
|
|
48
48
|
}
|
|
49
49
|
function createBaseContractRegistrationRequestProposal() {
|
|
50
50
|
return {
|
|
51
|
+
$typeUrl: "/injective.wasmx.v1.ContractRegistrationRequestProposal",
|
|
51
52
|
title: "",
|
|
52
53
|
description: "",
|
|
53
54
|
contractRegistrationRequest: ContractRegistrationRequest.fromPartial({})
|
|
@@ -161,6 +162,7 @@ export const ContractRegistrationRequestProposal = {
|
|
|
161
162
|
};
|
|
162
163
|
function createBaseBatchContractRegistrationRequestProposal() {
|
|
163
164
|
return {
|
|
165
|
+
$typeUrl: "/injective.wasmx.v1.BatchContractRegistrationRequestProposal",
|
|
164
166
|
title: "",
|
|
165
167
|
description: "",
|
|
166
168
|
contractRegistrationRequests: []
|
|
@@ -277,6 +279,7 @@ export const BatchContractRegistrationRequestProposal = {
|
|
|
277
279
|
};
|
|
278
280
|
function createBaseBatchContractDeregistrationProposal() {
|
|
279
281
|
return {
|
|
282
|
+
$typeUrl: "/injective.wasmx.v1.BatchContractDeregistrationProposal",
|
|
280
283
|
title: "",
|
|
281
284
|
description: "",
|
|
282
285
|
contracts: []
|
|
@@ -392,6 +395,7 @@ export const BatchContractDeregistrationProposal = {
|
|
|
392
395
|
};
|
|
393
396
|
function createBaseContractRegistrationRequest() {
|
|
394
397
|
return {
|
|
398
|
+
$typeUrl: "/injective.wasmx.v1.ContractRegistrationRequest",
|
|
395
399
|
contractAddress: "",
|
|
396
400
|
gasLimit: BigInt(0),
|
|
397
401
|
gasPrice: BigInt(0),
|
|
@@ -568,6 +572,7 @@ export const ContractRegistrationRequest = {
|
|
|
568
572
|
};
|
|
569
573
|
function createBaseBatchStoreCodeProposal() {
|
|
570
574
|
return {
|
|
575
|
+
$typeUrl: "/injective.wasmx.v1.BatchStoreCodeProposal",
|
|
571
576
|
title: "",
|
|
572
577
|
description: "",
|
|
573
578
|
proposals: []
|
package/esm/registry.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.4
|
|
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/tendermint/bundle.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from "./version/types";
|
|
2
|
-
export { BlockIDFlag, BlockIDFlagAmino, ValidatorSet, Validator, SimpleValidator } from "./types/validator";
|
|
3
|
-
export { SignedMsgType, SignedMsgTypeAmino, PartSetHeader, Part, BlockID, Header, Data, Vote, Commit, CommitSig, ExtendedCommit, ExtendedCommitSig, Proposal, SignedHeader, LightBlock, BlockMeta, TxProof } from "./types/types";
|
|
2
|
+
export { BlockIDFlag, BlockIDFlagAmino, ValidatorSet, Validator as TendermintTypesValidator, SimpleValidator } from "./types/validator";
|
|
3
|
+
export { SignedMsgType, SignedMsgTypeAmino, PartSetHeader, Part, BlockID, Header, Data, Vote as TendermintTypesVote, Commit, CommitSig, ExtendedCommit, ExtendedCommitSig, Proposal as TendermintTypesProposal, SignedHeader, LightBlock, BlockMeta, TxProof } from "./types/types";
|
|
4
4
|
export * from "./types/params";
|
|
5
5
|
export * from "./types/evidence";
|
|
6
6
|
export * from "./types/block";
|
package/esm/types.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.4
|
|
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/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.4
|
|
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.4
|
|
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.4
|
|
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.4
|
|
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/protobuf/any.d.ts
CHANGED
|
@@ -91,6 +91,7 @@ import { DeepPartial } from "../../helpers";
|
|
|
91
91
|
* @see proto type: google.protobuf.Any
|
|
92
92
|
*/
|
|
93
93
|
export interface Any {
|
|
94
|
+
$typeUrl?: "/google.protobuf.Any" | string;
|
|
94
95
|
/**
|
|
95
96
|
* A URL/resource name that uniquely identifies the type of the serialized
|
|
96
97
|
* protocol buffer message. This string must contain at least
|
package/google/protobuf/any.js
CHANGED
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.4
|
|
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
|
*/
|
|
@@ -7,7 +7,7 @@ import { HttpEndpoint } from "@interchainjs/types";
|
|
|
7
7
|
import { BinaryReader, BinaryWriter } from "./binary";
|
|
8
8
|
import { Rpc } from "./helpers";
|
|
9
9
|
import { TelescopeGeneratedCodec, DeliverTxResponse, StdFee } from "./types";
|
|
10
|
-
import { ISigningClient } from "@interchainjs/cosmos
|
|
10
|
+
import { ISigningClient } from "@interchainjs/cosmos";
|
|
11
11
|
export interface QueryBuilderOptions<TReq, TRes> {
|
|
12
12
|
encode: (request: TReq, writer?: BinaryWriter) => BinaryWriter;
|
|
13
13
|
decode: (input: BinaryReader | Uint8Array, length?: number) => TRes;
|
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.4
|
|
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
|
*/
|
|
@@ -9,7 +9,7 @@ exports.buildQuery = buildQuery;
|
|
|
9
9
|
exports.buildTx = buildTx;
|
|
10
10
|
const extern_1 = require("./extern");
|
|
11
11
|
const helpers_1 = require("./helpers");
|
|
12
|
-
const
|
|
12
|
+
const cosmos_1 = require("@interchainjs/cosmos");
|
|
13
13
|
function buildQuery(opts) {
|
|
14
14
|
registerDependencies(opts.deps ?? []);
|
|
15
15
|
return async (client, request) => {
|
|
@@ -35,8 +35,8 @@ function buildTx(opts) {
|
|
|
35
35
|
if (!client)
|
|
36
36
|
throw new Error("SigningClient is not initialized");
|
|
37
37
|
//register all related encoders and converters
|
|
38
|
-
client.addEncoders?.((0,
|
|
39
|
-
client.addConverters?.((0,
|
|
38
|
+
client.addEncoders?.((0, cosmos_1.toEncoders)(opts.msg));
|
|
39
|
+
client.addConverters?.((0, cosmos_1.toConverters)(opts.msg));
|
|
40
40
|
const data = Array.isArray(message)
|
|
41
41
|
? message.map(msg => ({
|
|
42
42
|
typeUrl: opts.msg.typeUrl,
|
package/helpers.d.ts
CHANGED
|
@@ -1,9 +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.4
|
|
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 { fromBase64 as bytesFromBase64, toBase64 as base64FromBytes } from '@interchainjs/encoding
|
|
6
|
+
export { fromBase64 as bytesFromBase64, toBase64 as base64FromBytes } from '@interchainjs/encoding';
|
|
7
7
|
export interface AminoHeight {
|
|
8
8
|
readonly revision_number?: string;
|
|
9
9
|
readonly revision_height?: string;
|
package/helpers.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.4
|
|
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
|
*/
|
|
@@ -15,9 +15,9 @@ exports.isRpc = isRpc;
|
|
|
15
15
|
exports.toTimestamp = toTimestamp;
|
|
16
16
|
exports.fromTimestamp = fromTimestamp;
|
|
17
17
|
exports.fromJsonTimestamp = fromJsonTimestamp;
|
|
18
|
-
var
|
|
19
|
-
Object.defineProperty(exports, "bytesFromBase64", { enumerable: true, get: function () { return
|
|
20
|
-
Object.defineProperty(exports, "base64FromBytes", { enumerable: true, get: function () { return
|
|
18
|
+
var encoding_1 = require("@interchainjs/encoding");
|
|
19
|
+
Object.defineProperty(exports, "bytesFromBase64", { enumerable: true, get: function () { return encoding_1.fromBase64; } });
|
|
20
|
+
Object.defineProperty(exports, "base64FromBytes", { enumerable: true, get: function () { return encoding_1.toBase64; } });
|
|
21
21
|
function omitDefault(input) {
|
|
22
22
|
if (typeof input === 'string') {
|
|
23
23
|
return input === '' ? undefined : input;
|
|
@@ -5,11 +5,11 @@ import { MsgTransfer, MsgUpdateParams } from "./tx";
|
|
|
5
5
|
* @package ibc.applications.transfer.v1
|
|
6
6
|
* @see proto service: ibc.applications.transfer.v1.Transfer
|
|
7
7
|
*/
|
|
8
|
-
export declare const transfer: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const transfer: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgTransfer | MsgTransfer[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* UpdateParams defines a rpc handler for MsgUpdateParams.
|
|
11
11
|
* @name updateParams
|
|
12
12
|
* @package ibc.applications.transfer.v1
|
|
13
13
|
* @see proto service: ibc.applications.transfer.v1.UpdateParams
|
|
14
14
|
*/
|
|
15
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
package/ibc/bundle.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
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";
|
|
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";
|
|
2
|
+
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";
|
|
3
3
|
export * from "./core/commitment/v1/commitment";
|
|
4
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
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";
|
package/ibc/bundle.js
CHANGED
|
@@ -14,7 +14,7 @@ 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.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.
|
|
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.IbcCoreConnectionV1Counterparty = exports.IdentifiedConnection = exports.ConnectionEnd = exports.IbcCoreConnectionV1StateAmino = exports.IbcCoreConnectionV1State = exports.IbcCoreConnectionV1MsgUpdateParamsResponse = exports.IbcCoreConnectionV1MsgUpdateParams = exports.MsgConnectionOpenConfirmResponse = exports.MsgConnectionOpenConfirm = exports.MsgConnectionOpenAckResponse = exports.MsgConnectionOpenAck = exports.MsgConnectionOpenTryResponse = exports.MsgConnectionOpenTry = exports.MsgConnectionOpenInitResponse = exports.MsgConnectionOpenInit = void 0;
|
|
18
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
19
|
var tx_1 = require("./core/connection/v1/tx");
|
|
20
20
|
Object.defineProperty(exports, "MsgConnectionOpenInit", { enumerable: true, get: function () { return tx_1.MsgConnectionOpenInit; } });
|
|
@@ -28,11 +28,11 @@ Object.defineProperty(exports, "MsgConnectionOpenConfirmResponse", { enumerable:
|
|
|
28
28
|
Object.defineProperty(exports, "IbcCoreConnectionV1MsgUpdateParams", { enumerable: true, get: function () { return tx_1.MsgUpdateParams; } });
|
|
29
29
|
Object.defineProperty(exports, "IbcCoreConnectionV1MsgUpdateParamsResponse", { enumerable: true, get: function () { return tx_1.MsgUpdateParamsResponse; } });
|
|
30
30
|
var connection_1 = require("./core/connection/v1/connection");
|
|
31
|
-
Object.defineProperty(exports, "
|
|
32
|
-
Object.defineProperty(exports, "
|
|
31
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1State", { enumerable: true, get: function () { return connection_1.State; } });
|
|
32
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1StateAmino", { enumerable: true, get: function () { return connection_1.StateAmino; } });
|
|
33
33
|
Object.defineProperty(exports, "ConnectionEnd", { enumerable: true, get: function () { return connection_1.ConnectionEnd; } });
|
|
34
34
|
Object.defineProperty(exports, "IdentifiedConnection", { enumerable: true, get: function () { return connection_1.IdentifiedConnection; } });
|
|
35
|
-
Object.defineProperty(exports, "
|
|
35
|
+
Object.defineProperty(exports, "IbcCoreConnectionV1Counterparty", { enumerable: true, get: function () { return connection_1.Counterparty; } });
|
|
36
36
|
Object.defineProperty(exports, "ClientPaths", { enumerable: true, get: function () { return connection_1.ClientPaths; } });
|
|
37
37
|
Object.defineProperty(exports, "ConnectionPaths", { enumerable: true, get: function () { return connection_1.ConnectionPaths; } });
|
|
38
38
|
Object.defineProperty(exports, "Version", { enumerable: true, get: function () { return connection_1.Version; } });
|
|
@@ -5,35 +5,35 @@ import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpe
|
|
|
5
5
|
* @package ibc.core.channel.v1
|
|
6
6
|
* @see proto service: ibc.core.channel.v1.ChannelOpenInit
|
|
7
7
|
*/
|
|
8
|
-
export declare const channelOpenInit: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const channelOpenInit: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgChannelOpenInit | MsgChannelOpenInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* ChannelOpenTry defines a rpc handler method for MsgChannelOpenTry.
|
|
11
11
|
* @name channelOpenTry
|
|
12
12
|
* @package ibc.core.channel.v1
|
|
13
13
|
* @see proto service: ibc.core.channel.v1.ChannelOpenTry
|
|
14
14
|
*/
|
|
15
|
-
export declare const channelOpenTry: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const channelOpenTry: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgChannelOpenTry | MsgChannelOpenTry[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* ChannelOpenAck defines a rpc handler method for MsgChannelOpenAck.
|
|
18
18
|
* @name channelOpenAck
|
|
19
19
|
* @package ibc.core.channel.v1
|
|
20
20
|
* @see proto service: ibc.core.channel.v1.ChannelOpenAck
|
|
21
21
|
*/
|
|
22
|
-
export declare const channelOpenAck: (client: import("@interchainjs/cosmos
|
|
22
|
+
export declare const channelOpenAck: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgChannelOpenAck | MsgChannelOpenAck[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* ChannelOpenConfirm defines a rpc handler method for MsgChannelOpenConfirm.
|
|
25
25
|
* @name channelOpenConfirm
|
|
26
26
|
* @package ibc.core.channel.v1
|
|
27
27
|
* @see proto service: ibc.core.channel.v1.ChannelOpenConfirm
|
|
28
28
|
*/
|
|
29
|
-
export declare const channelOpenConfirm: (client: import("@interchainjs/cosmos
|
|
29
|
+
export declare const channelOpenConfirm: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgChannelOpenConfirm | MsgChannelOpenConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
30
30
|
/**
|
|
31
31
|
* ChannelCloseInit defines a rpc handler method for MsgChannelCloseInit.
|
|
32
32
|
* @name channelCloseInit
|
|
33
33
|
* @package ibc.core.channel.v1
|
|
34
34
|
* @see proto service: ibc.core.channel.v1.ChannelCloseInit
|
|
35
35
|
*/
|
|
36
|
-
export declare const channelCloseInit: (client: import("@interchainjs/cosmos
|
|
36
|
+
export declare const channelCloseInit: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgChannelCloseInit | MsgChannelCloseInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
37
|
/**
|
|
38
38
|
* ChannelCloseConfirm defines a rpc handler method for
|
|
39
39
|
* MsgChannelCloseConfirm.
|
|
@@ -41,32 +41,32 @@ export declare const channelCloseInit: (client: import("@interchainjs/cosmos/typ
|
|
|
41
41
|
* @package ibc.core.channel.v1
|
|
42
42
|
* @see proto service: ibc.core.channel.v1.ChannelCloseConfirm
|
|
43
43
|
*/
|
|
44
|
-
export declare const channelCloseConfirm: (client: import("@interchainjs/cosmos
|
|
44
|
+
export declare const channelCloseConfirm: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgChannelCloseConfirm | MsgChannelCloseConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
45
45
|
/**
|
|
46
46
|
* RecvPacket defines a rpc handler method for MsgRecvPacket.
|
|
47
47
|
* @name recvPacket
|
|
48
48
|
* @package ibc.core.channel.v1
|
|
49
49
|
* @see proto service: ibc.core.channel.v1.RecvPacket
|
|
50
50
|
*/
|
|
51
|
-
export declare const recvPacket: (client: import("@interchainjs/cosmos
|
|
51
|
+
export declare const recvPacket: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRecvPacket | MsgRecvPacket[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
52
52
|
/**
|
|
53
53
|
* Timeout defines a rpc handler method for MsgTimeout.
|
|
54
54
|
* @name timeout
|
|
55
55
|
* @package ibc.core.channel.v1
|
|
56
56
|
* @see proto service: ibc.core.channel.v1.Timeout
|
|
57
57
|
*/
|
|
58
|
-
export declare const timeout: (client: import("@interchainjs/cosmos
|
|
58
|
+
export declare const timeout: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgTimeout | MsgTimeout[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
59
59
|
/**
|
|
60
60
|
* TimeoutOnClose defines a rpc handler method for MsgTimeoutOnClose.
|
|
61
61
|
* @name timeoutOnClose
|
|
62
62
|
* @package ibc.core.channel.v1
|
|
63
63
|
* @see proto service: ibc.core.channel.v1.TimeoutOnClose
|
|
64
64
|
*/
|
|
65
|
-
export declare const timeoutOnClose: (client: import("@interchainjs/cosmos
|
|
65
|
+
export declare const timeoutOnClose: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgTimeoutOnClose | MsgTimeoutOnClose[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
66
66
|
/**
|
|
67
67
|
* Acknowledgement defines a rpc handler method for MsgAcknowledgement.
|
|
68
68
|
* @name acknowledgement
|
|
69
69
|
* @package ibc.core.channel.v1
|
|
70
70
|
* @see proto service: ibc.core.channel.v1.Acknowledgement
|
|
71
71
|
*/
|
|
72
|
-
export declare const acknowledgement: (client: import("@interchainjs/cosmos
|
|
72
|
+
export declare const acknowledgement: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgAcknowledgement | MsgAcknowledgement[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -5,53 +5,53 @@ import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehavio
|
|
|
5
5
|
* @package ibc.core.client.v1
|
|
6
6
|
* @see proto service: ibc.core.client.v1.CreateClient
|
|
7
7
|
*/
|
|
8
|
-
export declare const createClient: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const createClient: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateClient | MsgCreateClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* UpdateClient defines a rpc handler method for MsgUpdateClient.
|
|
11
11
|
* @name updateClient
|
|
12
12
|
* @package ibc.core.client.v1
|
|
13
13
|
* @see proto service: ibc.core.client.v1.UpdateClient
|
|
14
14
|
*/
|
|
15
|
-
export declare const updateClient: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const updateClient: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateClient | MsgUpdateClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* UpgradeClient defines a rpc handler method for MsgUpgradeClient.
|
|
18
18
|
* @name upgradeClient
|
|
19
19
|
* @package ibc.core.client.v1
|
|
20
20
|
* @see proto service: ibc.core.client.v1.UpgradeClient
|
|
21
21
|
*/
|
|
22
|
-
export declare const upgradeClient: (client: import("@interchainjs/cosmos
|
|
22
|
+
export declare const upgradeClient: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpgradeClient | MsgUpgradeClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* SubmitMisbehaviour defines a rpc handler method for MsgSubmitMisbehaviour.
|
|
25
25
|
* @name submitMisbehaviour
|
|
26
26
|
* @package ibc.core.client.v1
|
|
27
27
|
* @see proto service: ibc.core.client.v1.SubmitMisbehaviour
|
|
28
28
|
*/
|
|
29
|
-
export declare const submitMisbehaviour: (client: import("@interchainjs/cosmos
|
|
29
|
+
export declare const submitMisbehaviour: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSubmitMisbehaviour | MsgSubmitMisbehaviour[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
30
30
|
/**
|
|
31
31
|
* RecoverClient defines a rpc handler method for MsgRecoverClient.
|
|
32
32
|
* @name recoverClient
|
|
33
33
|
* @package ibc.core.client.v1
|
|
34
34
|
* @see proto service: ibc.core.client.v1.RecoverClient
|
|
35
35
|
*/
|
|
36
|
-
export declare const recoverClient: (client: import("@interchainjs/cosmos
|
|
36
|
+
export declare const recoverClient: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRecoverClient | MsgRecoverClient[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
37
37
|
/**
|
|
38
38
|
* IBCSoftwareUpgrade defines a rpc handler method for MsgIBCSoftwareUpgrade.
|
|
39
39
|
* @name iBCSoftwareUpgrade
|
|
40
40
|
* @package ibc.core.client.v1
|
|
41
41
|
* @see proto service: ibc.core.client.v1.IBCSoftwareUpgrade
|
|
42
42
|
*/
|
|
43
|
-
export declare const iBCSoftwareUpgrade: (client: import("@interchainjs/cosmos
|
|
43
|
+
export declare const iBCSoftwareUpgrade: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgIBCSoftwareUpgrade | MsgIBCSoftwareUpgrade[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
44
44
|
/**
|
|
45
45
|
* UpdateClientParams defines a rpc handler method for MsgUpdateParams.
|
|
46
46
|
* @name updateClientParams
|
|
47
47
|
* @package ibc.core.client.v1
|
|
48
48
|
* @see proto service: ibc.core.client.v1.UpdateClientParams
|
|
49
49
|
*/
|
|
50
|
-
export declare const updateClientParams: (client: import("@interchainjs/cosmos
|
|
50
|
+
export declare const updateClientParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
51
51
|
/**
|
|
52
52
|
* DeleteClientCreator defines a rpc handler method for MsgDeleteClientCreator.
|
|
53
53
|
* @name deleteClientCreator
|
|
54
54
|
* @package ibc.core.client.v1
|
|
55
55
|
* @see proto service: ibc.core.client.v1.DeleteClientCreator
|
|
56
56
|
*/
|
|
57
|
-
export declare const deleteClientCreator: (client: import("@interchainjs/cosmos
|
|
57
|
+
export declare const deleteClientCreator: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDeleteClientCreator | MsgDeleteClientCreator[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -5,21 +5,21 @@ import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgC
|
|
|
5
5
|
* @package ibc.core.connection.v1
|
|
6
6
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenInit
|
|
7
7
|
*/
|
|
8
|
-
export declare const connectionOpenInit: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const connectionOpenInit: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgConnectionOpenInit | MsgConnectionOpenInit[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* ConnectionOpenTry defines a rpc handler method for MsgConnectionOpenTry.
|
|
11
11
|
* @name connectionOpenTry
|
|
12
12
|
* @package ibc.core.connection.v1
|
|
13
13
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenTry
|
|
14
14
|
*/
|
|
15
|
-
export declare const connectionOpenTry: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const connectionOpenTry: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgConnectionOpenTry | MsgConnectionOpenTry[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* ConnectionOpenAck defines a rpc handler method for MsgConnectionOpenAck.
|
|
18
18
|
* @name connectionOpenAck
|
|
19
19
|
* @package ibc.core.connection.v1
|
|
20
20
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenAck
|
|
21
21
|
*/
|
|
22
|
-
export declare const connectionOpenAck: (client: import("@interchainjs/cosmos
|
|
22
|
+
export declare const connectionOpenAck: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgConnectionOpenAck | MsgConnectionOpenAck[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
23
|
/**
|
|
24
24
|
* ConnectionOpenConfirm defines a rpc handler method for
|
|
25
25
|
* MsgConnectionOpenConfirm.
|
|
@@ -27,7 +27,7 @@ export declare const connectionOpenAck: (client: import("@interchainjs/cosmos/ty
|
|
|
27
27
|
* @package ibc.core.connection.v1
|
|
28
28
|
* @see proto service: ibc.core.connection.v1.ConnectionOpenConfirm
|
|
29
29
|
*/
|
|
30
|
-
export declare const connectionOpenConfirm: (client: import("@interchainjs/cosmos
|
|
30
|
+
export declare const connectionOpenConfirm: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgConnectionOpenConfirm | MsgConnectionOpenConfirm[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
31
|
/**
|
|
32
32
|
* UpdateConnectionParams defines a rpc handler method for
|
|
33
33
|
* MsgUpdateParams.
|
|
@@ -35,4 +35,4 @@ export declare const connectionOpenConfirm: (client: import("@interchainjs/cosmo
|
|
|
35
35
|
* @package ibc.core.connection.v1
|
|
36
36
|
* @see proto service: ibc.core.connection.v1.UpdateConnectionParams
|
|
37
37
|
*/
|
|
38
|
-
export declare const updateConnectionParams: (client: import("@interchainjs/cosmos
|
|
38
|
+
export declare const updateConnectionParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
package/index.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.4
|
|
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/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.4
|
|
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
|
*/
|
|
@@ -5,10 +5,10 @@ import { MsgBid, MsgUpdateParams } from "./tx";
|
|
|
5
5
|
* @package injective.auction.v1beta1
|
|
6
6
|
* @see proto service: injective.auction.v1beta1.Bid
|
|
7
7
|
*/
|
|
8
|
-
export declare const bid: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const bid: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBid | MsgBid[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* @name updateParams
|
|
11
11
|
* @package injective.auction.v1beta1
|
|
12
12
|
* @see proto service: injective.auction.v1beta1.UpdateParams
|
|
13
13
|
*/
|
|
14
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
14
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|