@xpla/xpla-react 1.8.0-rc.1 → 1.8.1
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 +2 -2
- package/cosmos/auth/v1beta1/tx.registry.d.ts +1 -1
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/authz/v1beta1/tx.registry.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/bank/v1beta1/tx.registry.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bundle.d.ts +50 -50
- package/cosmos/bundle.js +179 -179
- package/cosmos/consensus/v1/tx.registry.d.ts +1 -1
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +1 -1
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/evm/feemarket/v1/tx.registry.d.ts +1 -1
- package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +1 -1
- package/cosmos/evm/vm/v1/evm.js +4 -4
- package/cosmos/evm/vm/v1/tx.registry.d.ts +2 -2
- package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +2 -2
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/gov/v1/gov.js +7 -7
- package/cosmos/gov/v1/tx.registry.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1beta1/gov.js +7 -7
- package/cosmos/gov/v1beta1/tx.registry.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/ics23/v1/proofs.js +7 -7
- package/cosmos/mint/v1beta1/tx.registry.d.ts +1 -1
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +2 -2
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/staking/v1beta1/authz.js +4 -4
- package/cosmos/staking/v1beta1/staking.js +7 -7
- package/cosmos/staking/v1beta1/tx.registry.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/tx/signing/v1beta1/signing.js +4 -4
- package/cosmos/tx/v1beta1/service.js +7 -7
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos_proto/bundle.d.ts +1 -1
- package/cosmos_proto/bundle.js +2 -2
- package/cosmos_proto/cosmos.js +4 -4
- package/cosmwasm/bundle.d.ts +4 -4
- package/cosmwasm/bundle.js +11 -11
- package/cosmwasm/wasm/v1/tx.registry.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/types.js +7 -7
- package/esm/binary.js +1 -1
- package/esm/cosmos/bundle.js +50 -50
- package/esm/cosmos_proto/bundle.js +1 -1
- package/esm/cosmwasm/bundle.js +4 -4
- package/esm/extern.js +1 -1
- package/esm/helper-func-types.js +2 -2
- package/esm/helpers.js +3 -32
- package/esm/ibc/bundle.js +9 -9
- package/esm/index.js +1 -1
- package/esm/react-query.js +2 -2
- package/esm/registry.js +1 -1
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/ethermint/evm/v1/tx.registry.d.ts +2 -2
- package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
- package/ethermint/feemarket/v1/tx.registry.d.ts +1 -1
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
- package/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/google/protobuf/descriptor.js +62 -63
- package/google/protobuf/duration.d.ts +1 -1
- package/google/protobuf/timestamp.d.ts +1 -1
- package/helper-func-types.d.ts +3 -3
- package/helper-func-types.js +6 -7
- package/helpers.d.ts +2 -4
- package/helpers.js +15 -44
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/interchain_accounts/v1/packet.js +4 -4
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/bundle.d.ts +9 -9
- package/ibc/bundle.js +65 -65
- package/ibc/core/channel/v1/channel.js +7 -7
- package/ibc/core/channel/v1/tx.js +4 -4
- package/ibc/core/channel/v1/tx.registry.d.ts +10 -10
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +10 -10
- package/ibc/core/channel/v2/packet.js +4 -4
- package/ibc/core/channel/v2/tx.js +4 -4
- package/ibc/core/channel/v2/tx.registry.d.ts +4 -4
- package/ibc/core/channel/v2/tx.rpc.func.d.ts +4 -4
- package/ibc/core/client/v1/tx.registry.d.ts +8 -8
- package/ibc/core/client/v1/tx.rpc.func.d.ts +8 -8
- package/ibc/core/client/v2/tx.registry.d.ts +2 -2
- package/ibc/core/client/v2/tx.rpc.func.d.ts +2 -2
- package/ibc/core/connection/v1/connection.js +4 -4
- package/ibc/core/connection/v1/tx.registry.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/lightclients/solomachine/v2/solomachine.js +4 -4
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +25 -7
- package/react-query.d.ts +3 -4
- package/react-query.js +7 -7
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.js +20 -20
- package/tendermint/types/types.js +4 -4
- package/tendermint/types/validator.js +4 -4
- package/types.d.ts +1 -1
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +4 -5
- package/varint.d.ts +1 -1
- package/varint.js +17 -18
- package/xpla/burn/v1beta1/tx.registry.d.ts +1 -1
- package/xpla/burn/v1beta1/tx.rpc.func.d.ts +1 -1
- package/xpla/reward/v1beta1/tx.registry.d.ts +2 -2
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +2 -2
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
|
@@ -5,11 +5,11 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
unjail(value: MsgUnjail): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
updateParams(value: MsgUpdateParams): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
withTypeUrl: {
|
|
@@ -7,7 +7,7 @@ import { MsgUnjail, MsgUpdateParams } from "./tx";
|
|
|
7
7
|
* @package cosmos.slashing.v1beta1
|
|
8
8
|
* @see proto service: cosmos.slashing.v1beta1.Unjail
|
|
9
9
|
*/
|
|
10
|
-
export declare const unjail: (client: import("@interchainjs/cosmos
|
|
10
|
+
export declare const unjail: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUnjail | MsgUnjail[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
11
11
|
/**
|
|
12
12
|
* UpdateParams defines a governance operation for updating the x/slashing module
|
|
13
13
|
* parameters. The authority defaults to the x/gov module account.
|
|
@@ -17,4 +17,4 @@ export declare const unjail: (client: import("@interchainjs/cosmos/types/signing
|
|
|
17
17
|
* @package cosmos.slashing.v1beta1
|
|
18
18
|
* @see proto service: cosmos.slashing.v1beta1.UpdateParams
|
|
19
19
|
*/
|
|
20
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
20
|
+
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>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StakeAuthorization_Validators = exports.StakeAuthorization = exports.
|
|
3
|
+
exports.StakeAuthorization_Validators = exports.StakeAuthorization = exports.AuthorizationTypeAmino = exports.AuthorizationType = void 0;
|
|
4
|
+
exports.authorizationTypeFromJSON = authorizationTypeFromJSON;
|
|
5
|
+
exports.authorizationTypeToJSON = authorizationTypeToJSON;
|
|
4
6
|
const coin_1 = require("../../base/v1beta1/coin");
|
|
5
7
|
const helpers_1 = require("../../../helpers");
|
|
6
8
|
const binary_1 = require("../../../binary");
|
|
@@ -23,7 +25,7 @@ var AuthorizationType;
|
|
|
23
25
|
/** AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION - AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION defines an authorization type for Msg/MsgCancelUnbondingDelegation */
|
|
24
26
|
AuthorizationType[AuthorizationType["AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION"] = 4] = "AUTHORIZATION_TYPE_CANCEL_UNBONDING_DELEGATION";
|
|
25
27
|
AuthorizationType[AuthorizationType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
26
|
-
})(AuthorizationType
|
|
28
|
+
})(AuthorizationType || (exports.AuthorizationType = AuthorizationType = {}));
|
|
27
29
|
exports.AuthorizationTypeAmino = AuthorizationType;
|
|
28
30
|
function authorizationTypeFromJSON(object) {
|
|
29
31
|
switch (object) {
|
|
@@ -48,7 +50,6 @@ function authorizationTypeFromJSON(object) {
|
|
|
48
50
|
return AuthorizationType.UNRECOGNIZED;
|
|
49
51
|
}
|
|
50
52
|
}
|
|
51
|
-
exports.authorizationTypeFromJSON = authorizationTypeFromJSON;
|
|
52
53
|
function authorizationTypeToJSON(object) {
|
|
53
54
|
switch (object) {
|
|
54
55
|
case AuthorizationType.AUTHORIZATION_TYPE_UNSPECIFIED:
|
|
@@ -66,7 +67,6 @@ function authorizationTypeToJSON(object) {
|
|
|
66
67
|
return "UNRECOGNIZED";
|
|
67
68
|
}
|
|
68
69
|
}
|
|
69
|
-
exports.authorizationTypeToJSON = authorizationTypeToJSON;
|
|
70
70
|
function createBaseStakeAuthorization() {
|
|
71
71
|
return {
|
|
72
72
|
maxTokens: undefined,
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ValidatorUpdates = exports.Pool = exports.RedelegationResponse = exports.RedelegationEntryResponse = exports.DelegationResponse = exports.Params = exports.Redelegation = exports.RedelegationEntry = exports.UnbondingDelegationEntry = exports.UnbondingDelegation = exports.Delegation = exports.DVVTriplets = exports.DVVTriplet = exports.DVPairs = exports.DVPair = exports.ValAddresses = exports.Validator = exports.Description = exports.Commission = exports.CommissionRates = exports.HistoricalInfo = exports.
|
|
3
|
+
exports.ValidatorUpdates = exports.Pool = exports.RedelegationResponse = exports.RedelegationEntryResponse = exports.DelegationResponse = exports.Params = exports.Redelegation = exports.RedelegationEntry = exports.UnbondingDelegationEntry = exports.UnbondingDelegation = exports.Delegation = exports.DVVTriplets = exports.DVVTriplet = exports.DVPairs = exports.DVPair = exports.ValAddresses = exports.Validator = exports.Description = exports.Commission = exports.CommissionRates = exports.HistoricalInfo = exports.InfractionAmino = exports.Infraction = exports.BondStatusAmino = exports.BondStatus = void 0;
|
|
4
|
+
exports.bondStatusFromJSON = bondStatusFromJSON;
|
|
5
|
+
exports.bondStatusToJSON = bondStatusToJSON;
|
|
6
|
+
exports.infractionFromJSON = infractionFromJSON;
|
|
7
|
+
exports.infractionToJSON = infractionToJSON;
|
|
4
8
|
const types_1 = require("../../../tendermint/types/types");
|
|
5
9
|
const timestamp_1 = require("../../../google/protobuf/timestamp");
|
|
6
10
|
const any_1 = require("../../../google/protobuf/any");
|
|
@@ -24,7 +28,7 @@ var BondStatus;
|
|
|
24
28
|
/** BOND_STATUS_BONDED - BONDED defines a validator that is bonded. */
|
|
25
29
|
BondStatus[BondStatus["BOND_STATUS_BONDED"] = 3] = "BOND_STATUS_BONDED";
|
|
26
30
|
BondStatus[BondStatus["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
27
|
-
})(BondStatus
|
|
31
|
+
})(BondStatus || (exports.BondStatus = BondStatus = {}));
|
|
28
32
|
exports.BondStatusAmino = BondStatus;
|
|
29
33
|
function bondStatusFromJSON(object) {
|
|
30
34
|
switch (object) {
|
|
@@ -46,7 +50,6 @@ function bondStatusFromJSON(object) {
|
|
|
46
50
|
return BondStatus.UNRECOGNIZED;
|
|
47
51
|
}
|
|
48
52
|
}
|
|
49
|
-
exports.bondStatusFromJSON = bondStatusFromJSON;
|
|
50
53
|
function bondStatusToJSON(object) {
|
|
51
54
|
switch (object) {
|
|
52
55
|
case BondStatus.BOND_STATUS_UNSPECIFIED:
|
|
@@ -62,7 +65,6 @@ function bondStatusToJSON(object) {
|
|
|
62
65
|
return "UNRECOGNIZED";
|
|
63
66
|
}
|
|
64
67
|
}
|
|
65
|
-
exports.bondStatusToJSON = bondStatusToJSON;
|
|
66
68
|
/** Infraction indicates the infraction a validator commited. */
|
|
67
69
|
var Infraction;
|
|
68
70
|
(function (Infraction) {
|
|
@@ -73,7 +75,7 @@ var Infraction;
|
|
|
73
75
|
/** INFRACTION_DOWNTIME - DOWNTIME defines a validator that missed signing too many blocks. */
|
|
74
76
|
Infraction[Infraction["INFRACTION_DOWNTIME"] = 2] = "INFRACTION_DOWNTIME";
|
|
75
77
|
Infraction[Infraction["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
76
|
-
})(Infraction
|
|
78
|
+
})(Infraction || (exports.Infraction = Infraction = {}));
|
|
77
79
|
exports.InfractionAmino = Infraction;
|
|
78
80
|
function infractionFromJSON(object) {
|
|
79
81
|
switch (object) {
|
|
@@ -92,7 +94,6 @@ function infractionFromJSON(object) {
|
|
|
92
94
|
return Infraction.UNRECOGNIZED;
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
|
-
exports.infractionFromJSON = infractionFromJSON;
|
|
96
97
|
function infractionToJSON(object) {
|
|
97
98
|
switch (object) {
|
|
98
99
|
case Infraction.INFRACTION_UNSPECIFIED:
|
|
@@ -106,7 +107,6 @@ function infractionToJSON(object) {
|
|
|
106
107
|
return "UNRECOGNIZED";
|
|
107
108
|
}
|
|
108
109
|
}
|
|
109
|
-
exports.infractionToJSON = infractionToJSON;
|
|
110
110
|
function createBaseHistoricalInfo() {
|
|
111
111
|
return {
|
|
112
112
|
header: types_1.Header.fromPartial({}),
|
|
@@ -5,31 +5,31 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
createValidator(value: MsgCreateValidator): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
editValidator(value: MsgEditValidator): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
delegate(value: MsgDelegate): {
|
|
15
15
|
typeUrl: string;
|
|
16
|
-
value: Uint8Array
|
|
16
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
17
17
|
};
|
|
18
18
|
beginRedelegate(value: MsgBeginRedelegate): {
|
|
19
19
|
typeUrl: string;
|
|
20
|
-
value: Uint8Array
|
|
20
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
21
21
|
};
|
|
22
22
|
undelegate(value: MsgUndelegate): {
|
|
23
23
|
typeUrl: string;
|
|
24
|
-
value: Uint8Array
|
|
24
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
25
25
|
};
|
|
26
26
|
cancelUnbondingDelegation(value: MsgCancelUnbondingDelegation): {
|
|
27
27
|
typeUrl: string;
|
|
28
|
-
value: Uint8Array
|
|
28
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
29
29
|
};
|
|
30
30
|
updateParams(value: MsgUpdateParams): {
|
|
31
31
|
typeUrl: string;
|
|
32
|
-
value: Uint8Array
|
|
32
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
33
33
|
};
|
|
34
34
|
};
|
|
35
35
|
withTypeUrl: {
|
|
@@ -5,14 +5,14 @@ import { MsgCreateValidator, MsgEditValidator, MsgDelegate, MsgBeginRedelegate,
|
|
|
5
5
|
* @package cosmos.staking.v1beta1
|
|
6
6
|
* @see proto service: cosmos.staking.v1beta1.CreateValidator
|
|
7
7
|
*/
|
|
8
|
-
export declare const createValidator: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const createValidator: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCreateValidator | MsgCreateValidator[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* EditValidator defines a method for editing an existing validator.
|
|
11
11
|
* @name editValidator
|
|
12
12
|
* @package cosmos.staking.v1beta1
|
|
13
13
|
* @see proto service: cosmos.staking.v1beta1.EditValidator
|
|
14
14
|
*/
|
|
15
|
-
export declare const editValidator: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const editValidator: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgEditValidator | MsgEditValidator[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* Delegate defines a method for performing a delegation of coins
|
|
18
18
|
* from a delegator to a validator.
|
|
@@ -20,7 +20,7 @@ export declare const editValidator: (client: import("@interchainjs/cosmos/types/
|
|
|
20
20
|
* @package cosmos.staking.v1beta1
|
|
21
21
|
* @see proto service: cosmos.staking.v1beta1.Delegate
|
|
22
22
|
*/
|
|
23
|
-
export declare const delegate: (client: import("@interchainjs/cosmos
|
|
23
|
+
export declare const delegate: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgDelegate | MsgDelegate[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
24
24
|
/**
|
|
25
25
|
* BeginRedelegate defines a method for performing a redelegation
|
|
26
26
|
* of coins from a delegator and source validator to a destination validator.
|
|
@@ -28,7 +28,7 @@ export declare const delegate: (client: import("@interchainjs/cosmos/types/signi
|
|
|
28
28
|
* @package cosmos.staking.v1beta1
|
|
29
29
|
* @see proto service: cosmos.staking.v1beta1.BeginRedelegate
|
|
30
30
|
*/
|
|
31
|
-
export declare const beginRedelegate: (client: import("@interchainjs/cosmos
|
|
31
|
+
export declare const beginRedelegate: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgBeginRedelegate | MsgBeginRedelegate[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
32
|
/**
|
|
33
33
|
* Undelegate defines a method for performing an undelegation from a
|
|
34
34
|
* delegate and a validator.
|
|
@@ -36,7 +36,7 @@ export declare const beginRedelegate: (client: import("@interchainjs/cosmos/type
|
|
|
36
36
|
* @package cosmos.staking.v1beta1
|
|
37
37
|
* @see proto service: cosmos.staking.v1beta1.Undelegate
|
|
38
38
|
*/
|
|
39
|
-
export declare const undelegate: (client: import("@interchainjs/cosmos
|
|
39
|
+
export declare const undelegate: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUndelegate | MsgUndelegate[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
40
40
|
/**
|
|
41
41
|
* CancelUnbondingDelegation defines a method for performing canceling the unbonding delegation
|
|
42
42
|
* and delegate back to previous validator.
|
|
@@ -46,7 +46,7 @@ export declare const undelegate: (client: import("@interchainjs/cosmos/types/sig
|
|
|
46
46
|
* @package cosmos.staking.v1beta1
|
|
47
47
|
* @see proto service: cosmos.staking.v1beta1.CancelUnbondingDelegation
|
|
48
48
|
*/
|
|
49
|
-
export declare const cancelUnbondingDelegation: (client: import("@interchainjs/cosmos
|
|
49
|
+
export declare const cancelUnbondingDelegation: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelUnbondingDelegation | MsgCancelUnbondingDelegation[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
50
50
|
/**
|
|
51
51
|
* UpdateParams defines an operation for updating the x/staking module
|
|
52
52
|
* parameters.
|
|
@@ -55,4 +55,4 @@ export declare const cancelUnbondingDelegation: (client: import("@interchainjs/c
|
|
|
55
55
|
* @package cosmos.staking.v1beta1
|
|
56
56
|
* @see proto service: cosmos.staking.v1beta1.UpdateParams
|
|
57
57
|
*/
|
|
58
|
-
export declare const updateParams: (client: import("@interchainjs/cosmos
|
|
58
|
+
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>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SignatureDescriptor_Data_Multi = exports.SignatureDescriptor_Data_Single = exports.SignatureDescriptor_Data = exports.SignatureDescriptor = exports.SignatureDescriptors = exports.
|
|
3
|
+
exports.SignatureDescriptor_Data_Multi = exports.SignatureDescriptor_Data_Single = exports.SignatureDescriptor_Data = exports.SignatureDescriptor = exports.SignatureDescriptors = exports.SignModeAmino = exports.SignMode = void 0;
|
|
4
|
+
exports.signModeFromJSON = signModeFromJSON;
|
|
5
|
+
exports.signModeToJSON = signModeToJSON;
|
|
4
6
|
const multisig_1 = require("../../../crypto/multisig/v1beta1/multisig");
|
|
5
7
|
const any_1 = require("../../../../google/protobuf/any");
|
|
6
8
|
const binary_1 = require("../../../../binary");
|
|
@@ -63,7 +65,7 @@ var SignMode;
|
|
|
63
65
|
*/
|
|
64
66
|
SignMode[SignMode["SIGN_MODE_EIP_191"] = 191] = "SIGN_MODE_EIP_191";
|
|
65
67
|
SignMode[SignMode["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
66
|
-
})(SignMode
|
|
68
|
+
})(SignMode || (exports.SignMode = SignMode = {}));
|
|
67
69
|
exports.SignModeAmino = SignMode;
|
|
68
70
|
function signModeFromJSON(object) {
|
|
69
71
|
switch (object) {
|
|
@@ -91,7 +93,6 @@ function signModeFromJSON(object) {
|
|
|
91
93
|
return SignMode.UNRECOGNIZED;
|
|
92
94
|
}
|
|
93
95
|
}
|
|
94
|
-
exports.signModeFromJSON = signModeFromJSON;
|
|
95
96
|
function signModeToJSON(object) {
|
|
96
97
|
switch (object) {
|
|
97
98
|
case SignMode.SIGN_MODE_UNSPECIFIED:
|
|
@@ -111,7 +112,6 @@ function signModeToJSON(object) {
|
|
|
111
112
|
return "UNRECOGNIZED";
|
|
112
113
|
}
|
|
113
114
|
}
|
|
114
|
-
exports.signModeToJSON = signModeToJSON;
|
|
115
115
|
function createBaseSignatureDescriptors() {
|
|
116
116
|
return {
|
|
117
117
|
signatures: []
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TxDecodeAminoResponse = exports.TxDecodeAminoRequest = exports.TxEncodeAminoResponse = exports.TxEncodeAminoRequest = exports.TxEncodeResponse = exports.TxEncodeRequest = exports.TxDecodeResponse = exports.TxDecodeRequest = exports.GetBlockWithTxsResponse = exports.GetBlockWithTxsRequest = exports.GetTxResponse = exports.GetTxRequest = exports.SimulateResponse = exports.SimulateRequest = exports.BroadcastTxResponse = exports.BroadcastTxRequest = exports.GetTxsEventResponse = exports.GetTxsEventRequest = exports.
|
|
3
|
+
exports.TxDecodeAminoResponse = exports.TxDecodeAminoRequest = exports.TxEncodeAminoResponse = exports.TxEncodeAminoRequest = exports.TxEncodeResponse = exports.TxEncodeRequest = exports.TxDecodeResponse = exports.TxDecodeRequest = exports.GetBlockWithTxsResponse = exports.GetBlockWithTxsRequest = exports.GetTxResponse = exports.GetTxRequest = exports.SimulateResponse = exports.SimulateRequest = exports.BroadcastTxResponse = exports.BroadcastTxRequest = exports.GetTxsEventResponse = exports.GetTxsEventRequest = exports.BroadcastModeAmino = exports.BroadcastMode = exports.OrderByAmino = exports.OrderBy = void 0;
|
|
4
|
+
exports.orderByFromJSON = orderByFromJSON;
|
|
5
|
+
exports.orderByToJSON = orderByToJSON;
|
|
6
|
+
exports.broadcastModeFromJSON = broadcastModeFromJSON;
|
|
7
|
+
exports.broadcastModeToJSON = broadcastModeToJSON;
|
|
4
8
|
const tx_1 = require("./tx");
|
|
5
9
|
const pagination_1 = require("../../base/query/v1beta1/pagination");
|
|
6
10
|
const abci_1 = require("../../base/abci/v1beta1/abci");
|
|
@@ -22,7 +26,7 @@ var OrderBy;
|
|
|
22
26
|
/** ORDER_BY_DESC - ORDER_BY_DESC defines descending order */
|
|
23
27
|
OrderBy[OrderBy["ORDER_BY_DESC"] = 2] = "ORDER_BY_DESC";
|
|
24
28
|
OrderBy[OrderBy["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
25
|
-
})(OrderBy
|
|
29
|
+
})(OrderBy || (exports.OrderBy = OrderBy = {}));
|
|
26
30
|
exports.OrderByAmino = OrderBy;
|
|
27
31
|
function orderByFromJSON(object) {
|
|
28
32
|
switch (object) {
|
|
@@ -41,7 +45,6 @@ function orderByFromJSON(object) {
|
|
|
41
45
|
return OrderBy.UNRECOGNIZED;
|
|
42
46
|
}
|
|
43
47
|
}
|
|
44
|
-
exports.orderByFromJSON = orderByFromJSON;
|
|
45
48
|
function orderByToJSON(object) {
|
|
46
49
|
switch (object) {
|
|
47
50
|
case OrderBy.ORDER_BY_UNSPECIFIED:
|
|
@@ -55,7 +58,6 @@ function orderByToJSON(object) {
|
|
|
55
58
|
return "UNRECOGNIZED";
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
|
-
exports.orderByToJSON = orderByToJSON;
|
|
59
61
|
/**
|
|
60
62
|
* BroadcastMode specifies the broadcast mode for the TxService.Broadcast RPC
|
|
61
63
|
* method.
|
|
@@ -80,7 +82,7 @@ var BroadcastMode;
|
|
|
80
82
|
*/
|
|
81
83
|
BroadcastMode[BroadcastMode["BROADCAST_MODE_ASYNC"] = 3] = "BROADCAST_MODE_ASYNC";
|
|
82
84
|
BroadcastMode[BroadcastMode["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
83
|
-
})(BroadcastMode
|
|
85
|
+
})(BroadcastMode || (exports.BroadcastMode = BroadcastMode = {}));
|
|
84
86
|
exports.BroadcastModeAmino = BroadcastMode;
|
|
85
87
|
function broadcastModeFromJSON(object) {
|
|
86
88
|
switch (object) {
|
|
@@ -102,7 +104,6 @@ function broadcastModeFromJSON(object) {
|
|
|
102
104
|
return BroadcastMode.UNRECOGNIZED;
|
|
103
105
|
}
|
|
104
106
|
}
|
|
105
|
-
exports.broadcastModeFromJSON = broadcastModeFromJSON;
|
|
106
107
|
function broadcastModeToJSON(object) {
|
|
107
108
|
switch (object) {
|
|
108
109
|
case BroadcastMode.BROADCAST_MODE_UNSPECIFIED:
|
|
@@ -118,7 +119,6 @@ function broadcastModeToJSON(object) {
|
|
|
118
119
|
return "UNRECOGNIZED";
|
|
119
120
|
}
|
|
120
121
|
}
|
|
121
|
-
exports.broadcastModeToJSON = broadcastModeToJSON;
|
|
122
122
|
function createBaseGetTxsEventRequest() {
|
|
123
123
|
return {
|
|
124
124
|
events: [],
|
|
@@ -5,11 +5,11 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
softwareUpgrade(value: MsgSoftwareUpgrade): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
cancelUpgrade(value: MsgCancelUpgrade): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
withTypeUrl: {
|
|
@@ -7,7 +7,7 @@ import { MsgSoftwareUpgrade, MsgCancelUpgrade } from "./tx";
|
|
|
7
7
|
* @package cosmos.upgrade.v1beta1
|
|
8
8
|
* @see proto service: cosmos.upgrade.v1beta1.SoftwareUpgrade
|
|
9
9
|
*/
|
|
10
|
-
export declare const softwareUpgrade: (client: import("@interchainjs/cosmos
|
|
10
|
+
export declare const softwareUpgrade: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSoftwareUpgrade | MsgSoftwareUpgrade[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
11
11
|
/**
|
|
12
12
|
* CancelUpgrade is a governance operation for cancelling a previously
|
|
13
13
|
* approved software upgrade.
|
|
@@ -17,4 +17,4 @@ export declare const softwareUpgrade: (client: import("@interchainjs/cosmos/type
|
|
|
17
17
|
* @package cosmos.upgrade.v1beta1
|
|
18
18
|
* @see proto service: cosmos.upgrade.v1beta1.CancelUpgrade
|
|
19
19
|
*/
|
|
20
|
-
export declare const cancelUpgrade: (client: import("@interchainjs/cosmos
|
|
20
|
+
export declare const cancelUpgrade: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgCancelUpgrade | MsgCancelUpgrade[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
package/cosmos_proto/bundle.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ScalarType, ScalarTypeAmino, InterfaceDescriptor, InterfaceDescriptorProtoMsg, InterfaceDescriptorAmino, InterfaceDescriptorAminoMsg, ScalarDescriptor, ScalarDescriptorProtoMsg, ScalarDescriptorAmino, ScalarDescriptorAminoMsg } from "./cosmos";
|
|
1
|
+
export { ScalarType, ScalarTypeAmino, InterfaceDescriptor as CosmosProtoInterfaceDescriptor, InterfaceDescriptorProtoMsg as CosmosProtoInterfaceDescriptorProtoMsg, InterfaceDescriptorAmino as CosmosProtoInterfaceDescriptorAmino, InterfaceDescriptorAminoMsg as CosmosProtoInterfaceDescriptorAminoMsg, ScalarDescriptor, ScalarDescriptorProtoMsg, ScalarDescriptorAmino, ScalarDescriptorAminoMsg } from "./cosmos";
|
package/cosmos_proto/bundle.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ScalarDescriptor = exports.
|
|
3
|
+
exports.ScalarDescriptor = exports.CosmosProtoInterfaceDescriptor = exports.ScalarTypeAmino = exports.ScalarType = void 0;
|
|
4
4
|
var cosmos_1 = require("./cosmos");
|
|
5
5
|
Object.defineProperty(exports, "ScalarType", { enumerable: true, get: function () { return cosmos_1.ScalarType; } });
|
|
6
6
|
Object.defineProperty(exports, "ScalarTypeAmino", { enumerable: true, get: function () { return cosmos_1.ScalarTypeAmino; } });
|
|
7
|
-
Object.defineProperty(exports, "
|
|
7
|
+
Object.defineProperty(exports, "CosmosProtoInterfaceDescriptor", { enumerable: true, get: function () { return cosmos_1.InterfaceDescriptor; } });
|
|
8
8
|
Object.defineProperty(exports, "ScalarDescriptor", { enumerable: true, get: function () { return cosmos_1.ScalarDescriptor; } });
|
package/cosmos_proto/cosmos.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ScalarDescriptor = exports.InterfaceDescriptor = exports.
|
|
3
|
+
exports.ScalarDescriptor = exports.InterfaceDescriptor = exports.ScalarTypeAmino = exports.ScalarType = void 0;
|
|
4
|
+
exports.scalarTypeFromJSON = scalarTypeFromJSON;
|
|
5
|
+
exports.scalarTypeToJSON = scalarTypeToJSON;
|
|
4
6
|
const binary_1 = require("../binary");
|
|
5
7
|
var ScalarType;
|
|
6
8
|
(function (ScalarType) {
|
|
@@ -8,7 +10,7 @@ var ScalarType;
|
|
|
8
10
|
ScalarType[ScalarType["SCALAR_TYPE_STRING"] = 1] = "SCALAR_TYPE_STRING";
|
|
9
11
|
ScalarType[ScalarType["SCALAR_TYPE_BYTES"] = 2] = "SCALAR_TYPE_BYTES";
|
|
10
12
|
ScalarType[ScalarType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
11
|
-
})(ScalarType
|
|
13
|
+
})(ScalarType || (exports.ScalarType = ScalarType = {}));
|
|
12
14
|
exports.ScalarTypeAmino = ScalarType;
|
|
13
15
|
function scalarTypeFromJSON(object) {
|
|
14
16
|
switch (object) {
|
|
@@ -27,7 +29,6 @@ function scalarTypeFromJSON(object) {
|
|
|
27
29
|
return ScalarType.UNRECOGNIZED;
|
|
28
30
|
}
|
|
29
31
|
}
|
|
30
|
-
exports.scalarTypeFromJSON = scalarTypeFromJSON;
|
|
31
32
|
function scalarTypeToJSON(object) {
|
|
32
33
|
switch (object) {
|
|
33
34
|
case ScalarType.SCALAR_TYPE_UNSPECIFIED:
|
|
@@ -41,7 +42,6 @@ function scalarTypeToJSON(object) {
|
|
|
41
42
|
return "UNRECOGNIZED";
|
|
42
43
|
}
|
|
43
44
|
}
|
|
44
|
-
exports.scalarTypeToJSON = scalarTypeToJSON;
|
|
45
45
|
function createBaseInterfaceDescriptor() {
|
|
46
46
|
return {
|
|
47
47
|
name: "",
|
package/cosmwasm/bundle.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export * from "./wasm/v1/authz";
|
|
2
|
-
export { GenesisState as CosmwasmWasmV1GenesisState, GenesisStateProtoMsg as CosmwasmWasmV1GenesisStateProtoMsg, GenesisStateAmino as CosmwasmWasmV1GenesisStateAmino, GenesisStateAminoMsg as CosmwasmWasmV1GenesisStateAminoMsg, Code, CodeProtoMsg, CodeAmino, CodeAminoMsg, Contract, ContractProtoMsg, ContractAmino, ContractAminoMsg, Sequence, SequenceProtoMsg, SequenceAmino, SequenceAminoMsg } from "./wasm/v1/genesis";
|
|
2
|
+
export { GenesisState as CosmwasmWasmV1GenesisState, GenesisStateProtoMsg as CosmwasmWasmV1GenesisStateProtoMsg, GenesisStateAmino as CosmwasmWasmV1GenesisStateAmino, GenesisStateAminoMsg as CosmwasmWasmV1GenesisStateAminoMsg, Code, CodeProtoMsg, CodeAmino, CodeAminoMsg, Contract as CosmwasmWasmV1Contract, ContractProtoMsg as CosmwasmWasmV1ContractProtoMsg, ContractAmino as CosmwasmWasmV1ContractAmino, ContractAminoMsg as CosmwasmWasmV1ContractAminoMsg, Sequence, SequenceProtoMsg, SequenceAmino, SequenceAminoMsg } from "./wasm/v1/genesis";
|
|
3
3
|
export * from "./wasm/v1/ibc";
|
|
4
4
|
export * from "./wasm/v1/proposal_legacy";
|
|
5
5
|
export { QueryContractInfoRequest, QueryContractInfoRequestProtoMsg, QueryContractInfoRequestAmino, QueryContractInfoRequestAminoMsg, QueryContractInfoResponse, QueryContractInfoResponseProtoMsg, QueryContractInfoResponseAmino, QueryContractInfoResponseAminoMsg, QueryContractHistoryRequest, QueryContractHistoryRequestProtoMsg, QueryContractHistoryRequestAmino, QueryContractHistoryRequestAminoMsg, QueryContractHistoryResponse, QueryContractHistoryResponseProtoMsg, QueryContractHistoryResponseAmino, QueryContractHistoryResponseAminoMsg, QueryContractsByCodeRequest, QueryContractsByCodeRequestProtoMsg, QueryContractsByCodeRequestAmino, QueryContractsByCodeRequestAminoMsg, QueryContractsByCodeResponse, QueryContractsByCodeResponseProtoMsg, QueryContractsByCodeResponseAmino, QueryContractsByCodeResponseAminoMsg, QueryAllContractStateRequest, QueryAllContractStateRequestProtoMsg, QueryAllContractStateRequestAmino, QueryAllContractStateRequestAminoMsg, QueryAllContractStateResponse, QueryAllContractStateResponseProtoMsg, QueryAllContractStateResponseAmino, QueryAllContractStateResponseAminoMsg, QueryRawContractStateRequest, QueryRawContractStateRequestProtoMsg, QueryRawContractStateRequestAmino, QueryRawContractStateRequestAminoMsg, QueryRawContractStateResponse, QueryRawContractStateResponseProtoMsg, QueryRawContractStateResponseAmino, QueryRawContractStateResponseAminoMsg, QuerySmartContractStateRequest, QuerySmartContractStateRequestProtoMsg, QuerySmartContractStateRequestAmino, QuerySmartContractStateRequestAminoMsg, QuerySmartContractStateResponse, QuerySmartContractStateResponseProtoMsg, QuerySmartContractStateResponseAmino, QuerySmartContractStateResponseAminoMsg, QueryCodeRequest as CosmwasmWasmV1QueryCodeRequest, QueryCodeRequestProtoMsg as CosmwasmWasmV1QueryCodeRequestProtoMsg, QueryCodeRequestAmino as CosmwasmWasmV1QueryCodeRequestAmino, QueryCodeRequestAminoMsg as CosmwasmWasmV1QueryCodeRequestAminoMsg, QueryCodeInfoRequest, QueryCodeInfoRequestProtoMsg, QueryCodeInfoRequestAmino, QueryCodeInfoRequestAminoMsg, QueryCodeInfoResponse, QueryCodeInfoResponseProtoMsg, QueryCodeInfoResponseAmino, QueryCodeInfoResponseAminoMsg, CodeInfoResponse, CodeInfoResponseProtoMsg, CodeInfoResponseAmino, CodeInfoResponseAminoMsg, QueryCodeResponse as CosmwasmWasmV1QueryCodeResponse, QueryCodeResponseProtoMsg as CosmwasmWasmV1QueryCodeResponseProtoMsg, QueryCodeResponseAmino as CosmwasmWasmV1QueryCodeResponseAmino, QueryCodeResponseAminoMsg as CosmwasmWasmV1QueryCodeResponseAminoMsg, QueryCodesRequest, QueryCodesRequestProtoMsg, QueryCodesRequestAmino, QueryCodesRequestAminoMsg, QueryCodesResponse, QueryCodesResponseProtoMsg, QueryCodesResponseAmino, QueryCodesResponseAminoMsg, QueryPinnedCodesRequest, QueryPinnedCodesRequestProtoMsg, QueryPinnedCodesRequestAmino, QueryPinnedCodesRequestAminoMsg, QueryPinnedCodesResponse, QueryPinnedCodesResponseProtoMsg, QueryPinnedCodesResponseAmino, QueryPinnedCodesResponseAminoMsg, QueryParamsRequest as CosmwasmWasmV1QueryParamsRequest, QueryParamsRequestProtoMsg as CosmwasmWasmV1QueryParamsRequestProtoMsg, QueryParamsRequestAmino as CosmwasmWasmV1QueryParamsRequestAmino, QueryParamsRequestAminoMsg as CosmwasmWasmV1QueryParamsRequestAminoMsg, QueryParamsResponse as CosmwasmWasmV1QueryParamsResponse, QueryParamsResponseProtoMsg as CosmwasmWasmV1QueryParamsResponseProtoMsg, QueryParamsResponseAmino as CosmwasmWasmV1QueryParamsResponseAmino, QueryParamsResponseAminoMsg as CosmwasmWasmV1QueryParamsResponseAminoMsg, QueryContractsByCreatorRequest, QueryContractsByCreatorRequestProtoMsg, QueryContractsByCreatorRequestAmino, QueryContractsByCreatorRequestAminoMsg, QueryContractsByCreatorResponse, QueryContractsByCreatorResponseProtoMsg, QueryContractsByCreatorResponseAmino, QueryContractsByCreatorResponseAminoMsg, QueryWasmLimitsConfigRequest, QueryWasmLimitsConfigRequestProtoMsg, QueryWasmLimitsConfigRequestAmino, QueryWasmLimitsConfigRequestAminoMsg, QueryWasmLimitsConfigResponse, QueryWasmLimitsConfigResponseProtoMsg, QueryWasmLimitsConfigResponseAmino, QueryWasmLimitsConfigResponseAminoMsg, QueryBuildAddressRequest, QueryBuildAddressRequestProtoMsg, QueryBuildAddressRequestAmino, QueryBuildAddressRequestAminoMsg, QueryBuildAddressResponse, QueryBuildAddressResponseProtoMsg, QueryBuildAddressResponseAmino, QueryBuildAddressResponseAminoMsg } from "./wasm/v1/query";
|
|
6
|
-
export { MsgStoreCode, MsgStoreCodeProtoMsg, MsgStoreCodeAmino, MsgStoreCodeAminoMsg, MsgStoreCodeResponse, MsgStoreCodeResponseProtoMsg, MsgStoreCodeResponseAmino, MsgStoreCodeResponseAminoMsg, MsgInstantiateContract, MsgInstantiateContractProtoMsg, MsgInstantiateContractAmino, MsgInstantiateContractAminoMsg, MsgInstantiateContractResponse, MsgInstantiateContractResponseProtoMsg, MsgInstantiateContractResponseAmino, MsgInstantiateContractResponseAminoMsg, MsgInstantiateContract2, MsgInstantiateContract2ProtoMsg, MsgInstantiateContract2Amino, MsgInstantiateContract2AminoMsg, MsgInstantiateContract2Response, MsgInstantiateContract2ResponseProtoMsg, MsgInstantiateContract2ResponseAmino, MsgInstantiateContract2ResponseAminoMsg, MsgExecuteContract, MsgExecuteContractProtoMsg, MsgExecuteContractAmino, MsgExecuteContractAminoMsg, MsgExecuteContractResponse, MsgExecuteContractResponseProtoMsg, MsgExecuteContractResponseAmino, MsgExecuteContractResponseAminoMsg, MsgMigrateContract, MsgMigrateContractProtoMsg, MsgMigrateContractAmino, MsgMigrateContractAminoMsg, MsgMigrateContractResponse, MsgMigrateContractResponseProtoMsg, MsgMigrateContractResponseAmino, MsgMigrateContractResponseAminoMsg, MsgUpdateAdmin, MsgUpdateAdminProtoMsg, MsgUpdateAdminAmino, MsgUpdateAdminAminoMsg, MsgUpdateAdminResponse, MsgUpdateAdminResponseProtoMsg, MsgUpdateAdminResponseAmino, MsgUpdateAdminResponseAminoMsg, MsgClearAdmin, MsgClearAdminProtoMsg, MsgClearAdminAmino, MsgClearAdminAminoMsg, MsgClearAdminResponse, MsgClearAdminResponseProtoMsg, MsgClearAdminResponseAmino, MsgClearAdminResponseAminoMsg, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigProtoMsg, MsgUpdateInstantiateConfigAmino, MsgUpdateInstantiateConfigAminoMsg, MsgUpdateInstantiateConfigResponse, MsgUpdateInstantiateConfigResponseProtoMsg, MsgUpdateInstantiateConfigResponseAmino, MsgUpdateInstantiateConfigResponseAminoMsg, MsgUpdateParams as CosmwasmWasmV1MsgUpdateParams, MsgUpdateParamsProtoMsg as CosmwasmWasmV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as CosmwasmWasmV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as CosmwasmWasmV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as CosmwasmWasmV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as CosmwasmWasmV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as CosmwasmWasmV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as CosmwasmWasmV1MsgUpdateParamsResponseAminoMsg, MsgSudoContract, MsgSudoContractProtoMsg, MsgSudoContractAmino, MsgSudoContractAminoMsg, MsgSudoContractResponse, MsgSudoContractResponseProtoMsg, MsgSudoContractResponseAmino, MsgSudoContractResponseAminoMsg, MsgPinCodes, MsgPinCodesProtoMsg, MsgPinCodesAmino, MsgPinCodesAminoMsg, MsgPinCodesResponse, MsgPinCodesResponseProtoMsg, MsgPinCodesResponseAmino, MsgPinCodesResponseAminoMsg, MsgUnpinCodes, MsgUnpinCodesProtoMsg, MsgUnpinCodesAmino, MsgUnpinCodesAminoMsg, MsgUnpinCodesResponse, MsgUnpinCodesResponseProtoMsg, MsgUnpinCodesResponseAmino, MsgUnpinCodesResponseAminoMsg, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractProtoMsg, MsgStoreAndInstantiateContractAmino, MsgStoreAndInstantiateContractAminoMsg, MsgStoreAndInstantiateContractResponse, MsgStoreAndInstantiateContractResponseProtoMsg, MsgStoreAndInstantiateContractResponseAmino, MsgStoreAndInstantiateContractResponseAminoMsg, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesProtoMsg, MsgAddCodeUploadParamsAddressesAmino, MsgAddCodeUploadParamsAddressesAminoMsg, MsgAddCodeUploadParamsAddressesResponse, MsgAddCodeUploadParamsAddressesResponseProtoMsg, MsgAddCodeUploadParamsAddressesResponseAmino, MsgAddCodeUploadParamsAddressesResponseAminoMsg, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesProtoMsg, MsgRemoveCodeUploadParamsAddressesAmino, MsgRemoveCodeUploadParamsAddressesAminoMsg, MsgRemoveCodeUploadParamsAddressesResponse, MsgRemoveCodeUploadParamsAddressesResponseProtoMsg, MsgRemoveCodeUploadParamsAddressesResponseAmino, MsgRemoveCodeUploadParamsAddressesResponseAminoMsg, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractProtoMsg, MsgStoreAndMigrateContractAmino, MsgStoreAndMigrateContractAminoMsg, MsgStoreAndMigrateContractResponse, MsgStoreAndMigrateContractResponseProtoMsg, MsgStoreAndMigrateContractResponseAmino, MsgStoreAndMigrateContractResponseAminoMsg, MsgUpdateContractLabel, MsgUpdateContractLabelProtoMsg, MsgUpdateContractLabelAmino, MsgUpdateContractLabelAminoMsg, MsgUpdateContractLabelResponse, MsgUpdateContractLabelResponseProtoMsg, MsgUpdateContractLabelResponseAmino, MsgUpdateContractLabelResponseAminoMsg } from "./wasm/v1/tx";
|
|
6
|
+
export { MsgStoreCode as CosmwasmWasmV1MsgStoreCode, MsgStoreCodeProtoMsg as CosmwasmWasmV1MsgStoreCodeProtoMsg, MsgStoreCodeAmino as CosmwasmWasmV1MsgStoreCodeAmino, MsgStoreCodeAminoMsg as CosmwasmWasmV1MsgStoreCodeAminoMsg, MsgStoreCodeResponse as CosmwasmWasmV1MsgStoreCodeResponse, MsgStoreCodeResponseProtoMsg as CosmwasmWasmV1MsgStoreCodeResponseProtoMsg, MsgStoreCodeResponseAmino as CosmwasmWasmV1MsgStoreCodeResponseAmino, MsgStoreCodeResponseAminoMsg as CosmwasmWasmV1MsgStoreCodeResponseAminoMsg, MsgInstantiateContract, MsgInstantiateContractProtoMsg, MsgInstantiateContractAmino, MsgInstantiateContractAminoMsg, MsgInstantiateContractResponse, MsgInstantiateContractResponseProtoMsg, MsgInstantiateContractResponseAmino, MsgInstantiateContractResponseAminoMsg, MsgInstantiateContract2, MsgInstantiateContract2ProtoMsg, MsgInstantiateContract2Amino, MsgInstantiateContract2AminoMsg, MsgInstantiateContract2Response, MsgInstantiateContract2ResponseProtoMsg, MsgInstantiateContract2ResponseAmino, MsgInstantiateContract2ResponseAminoMsg, MsgExecuteContract, MsgExecuteContractProtoMsg, MsgExecuteContractAmino, MsgExecuteContractAminoMsg, MsgExecuteContractResponse, MsgExecuteContractResponseProtoMsg, MsgExecuteContractResponseAmino, MsgExecuteContractResponseAminoMsg, MsgMigrateContract as CosmwasmWasmV1MsgMigrateContract, MsgMigrateContractProtoMsg as CosmwasmWasmV1MsgMigrateContractProtoMsg, MsgMigrateContractAmino as CosmwasmWasmV1MsgMigrateContractAmino, MsgMigrateContractAminoMsg as CosmwasmWasmV1MsgMigrateContractAminoMsg, MsgMigrateContractResponse as CosmwasmWasmV1MsgMigrateContractResponse, MsgMigrateContractResponseProtoMsg as CosmwasmWasmV1MsgMigrateContractResponseProtoMsg, MsgMigrateContractResponseAmino as CosmwasmWasmV1MsgMigrateContractResponseAmino, MsgMigrateContractResponseAminoMsg as CosmwasmWasmV1MsgMigrateContractResponseAminoMsg, MsgUpdateAdmin, MsgUpdateAdminProtoMsg, MsgUpdateAdminAmino, MsgUpdateAdminAminoMsg, MsgUpdateAdminResponse, MsgUpdateAdminResponseProtoMsg, MsgUpdateAdminResponseAmino, MsgUpdateAdminResponseAminoMsg, MsgClearAdmin, MsgClearAdminProtoMsg, MsgClearAdminAmino, MsgClearAdminAminoMsg, MsgClearAdminResponse, MsgClearAdminResponseProtoMsg, MsgClearAdminResponseAmino, MsgClearAdminResponseAminoMsg, MsgUpdateInstantiateConfig, MsgUpdateInstantiateConfigProtoMsg, MsgUpdateInstantiateConfigAmino, MsgUpdateInstantiateConfigAminoMsg, MsgUpdateInstantiateConfigResponse, MsgUpdateInstantiateConfigResponseProtoMsg, MsgUpdateInstantiateConfigResponseAmino, MsgUpdateInstantiateConfigResponseAminoMsg, MsgUpdateParams as CosmwasmWasmV1MsgUpdateParams, MsgUpdateParamsProtoMsg as CosmwasmWasmV1MsgUpdateParamsProtoMsg, MsgUpdateParamsAmino as CosmwasmWasmV1MsgUpdateParamsAmino, MsgUpdateParamsAminoMsg as CosmwasmWasmV1MsgUpdateParamsAminoMsg, MsgUpdateParamsResponse as CosmwasmWasmV1MsgUpdateParamsResponse, MsgUpdateParamsResponseProtoMsg as CosmwasmWasmV1MsgUpdateParamsResponseProtoMsg, MsgUpdateParamsResponseAmino as CosmwasmWasmV1MsgUpdateParamsResponseAmino, MsgUpdateParamsResponseAminoMsg as CosmwasmWasmV1MsgUpdateParamsResponseAminoMsg, MsgSudoContract, MsgSudoContractProtoMsg, MsgSudoContractAmino, MsgSudoContractAminoMsg, MsgSudoContractResponse, MsgSudoContractResponseProtoMsg, MsgSudoContractResponseAmino, MsgSudoContractResponseAminoMsg, MsgPinCodes, MsgPinCodesProtoMsg, MsgPinCodesAmino, MsgPinCodesAminoMsg, MsgPinCodesResponse, MsgPinCodesResponseProtoMsg, MsgPinCodesResponseAmino, MsgPinCodesResponseAminoMsg, MsgUnpinCodes, MsgUnpinCodesProtoMsg, MsgUnpinCodesAmino, MsgUnpinCodesAminoMsg, MsgUnpinCodesResponse, MsgUnpinCodesResponseProtoMsg, MsgUnpinCodesResponseAmino, MsgUnpinCodesResponseAminoMsg, MsgStoreAndInstantiateContract, MsgStoreAndInstantiateContractProtoMsg, MsgStoreAndInstantiateContractAmino, MsgStoreAndInstantiateContractAminoMsg, MsgStoreAndInstantiateContractResponse, MsgStoreAndInstantiateContractResponseProtoMsg, MsgStoreAndInstantiateContractResponseAmino, MsgStoreAndInstantiateContractResponseAminoMsg, MsgAddCodeUploadParamsAddresses, MsgAddCodeUploadParamsAddressesProtoMsg, MsgAddCodeUploadParamsAddressesAmino, MsgAddCodeUploadParamsAddressesAminoMsg, MsgAddCodeUploadParamsAddressesResponse, MsgAddCodeUploadParamsAddressesResponseProtoMsg, MsgAddCodeUploadParamsAddressesResponseAmino, MsgAddCodeUploadParamsAddressesResponseAminoMsg, MsgRemoveCodeUploadParamsAddresses, MsgRemoveCodeUploadParamsAddressesProtoMsg, MsgRemoveCodeUploadParamsAddressesAmino, MsgRemoveCodeUploadParamsAddressesAminoMsg, MsgRemoveCodeUploadParamsAddressesResponse, MsgRemoveCodeUploadParamsAddressesResponseProtoMsg, MsgRemoveCodeUploadParamsAddressesResponseAmino, MsgRemoveCodeUploadParamsAddressesResponseAminoMsg, MsgStoreAndMigrateContract, MsgStoreAndMigrateContractProtoMsg, MsgStoreAndMigrateContractAmino, MsgStoreAndMigrateContractAminoMsg, MsgStoreAndMigrateContractResponse, MsgStoreAndMigrateContractResponseProtoMsg, MsgStoreAndMigrateContractResponseAmino, MsgStoreAndMigrateContractResponseAminoMsg, MsgUpdateContractLabel, MsgUpdateContractLabelProtoMsg, MsgUpdateContractLabelAmino, MsgUpdateContractLabelAminoMsg, MsgUpdateContractLabelResponse, MsgUpdateContractLabelResponseProtoMsg, MsgUpdateContractLabelResponseAmino, MsgUpdateContractLabelResponseAminoMsg } from "./wasm/v1/tx";
|
|
7
7
|
export { AccessType as CosmwasmWasmV1AccessType, AccessTypeAmino as CosmwasmWasmV1AccessTypeAmino, ContractCodeHistoryOperationType, ContractCodeHistoryOperationTypeAmino, AccessTypeParam, AccessTypeParamProtoMsg, AccessTypeParamAmino, AccessTypeParamAminoMsg, AccessConfig, AccessConfigProtoMsg, AccessConfigAmino, AccessConfigAminoMsg, Params as CosmwasmWasmV1Params, ParamsProtoMsg as CosmwasmWasmV1ParamsProtoMsg, ParamsAmino as CosmwasmWasmV1ParamsAmino, ParamsAminoMsg as CosmwasmWasmV1ParamsAminoMsg, CodeInfo, CodeInfoProtoMsg, CodeInfoAmino, CodeInfoAminoMsg, ContractInfo, ContractInfoProtoMsg, ContractInfoEncoded, ContractInfoAmino, ContractInfoAminoMsg, ContractCodeHistoryEntry, ContractCodeHistoryEntryProtoMsg, ContractCodeHistoryEntryAmino, ContractCodeHistoryEntryAminoMsg, AbsoluteTxPosition, AbsoluteTxPositionProtoMsg, AbsoluteTxPositionAmino, AbsoluteTxPositionAminoMsg, Model, ModelProtoMsg, ModelAmino, ModelAminoMsg } from "./wasm/v1/types";
|
|
8
8
|
export { registry as CosmwasmWasmV1Registry, MessageComposer as CosmwasmWasmV1MessageComposer } from "./wasm/v1/tx.registry";
|
|
9
9
|
export { getContractInfo, getContractHistory, getContractsByCode, getAllContractState, getRawContractState, getSmartContractState, getCode as getCodeCosmwasmWasmV1, getCodes, getCodeInfo, getPinnedCodes, getParams as getParamsCosmwasmWasmV1, getContractsByCreator, getWasmLimitsConfig, getBuildAddress } from "./wasm/v1/query.rpc.func";
|
|
10
10
|
export { useGetContractInfo, useGetContractHistory, useGetContractsByCode, useGetAllContractState, useGetRawContractState, useGetSmartContractState, useGetCode as useGetCodeCosmwasmWasmV1, useGetCodes, useGetCodeInfo, useGetPinnedCodes, useGetParams as useGetParamsCosmwasmWasmV1, useGetContractsByCreator, useGetWasmLimitsConfig, useGetBuildAddress } from "./wasm/v1/query.rpc.react";
|
|
11
|
-
export { storeCode, instantiateContract, instantiateContract2, executeContract, migrateContract, updateAdmin, clearAdmin, updateInstantiateConfig, updateParams as updateParamsCosmwasmWasmV1, sudoContract, pinCodes, unpinCodes, storeAndInstantiateContract, removeCodeUploadParamsAddresses, addCodeUploadParamsAddresses, storeAndMigrateContract, updateContractLabel } from "./wasm/v1/tx.rpc.func";
|
|
12
|
-
export { useStoreCode, useInstantiateContract, useInstantiateContract2, useExecuteContract, useMigrateContract, useUpdateAdmin, useClearAdmin, useUpdateInstantiateConfig, useUpdateParams as useUpdateParamsCosmwasmWasmV1, useSudoContract, usePinCodes, useUnpinCodes, useStoreAndInstantiateContract, useRemoveCodeUploadParamsAddresses, useAddCodeUploadParamsAddresses, useStoreAndMigrateContract, useUpdateContractLabel } from "./wasm/v1/tx.rpc.react";
|
|
11
|
+
export { storeCode as storeCodeCosmwasmWasmV1, instantiateContract, instantiateContract2, executeContract, migrateContract as migrateContractCosmwasmWasmV1, updateAdmin, clearAdmin, updateInstantiateConfig, updateParams as updateParamsCosmwasmWasmV1, sudoContract, pinCodes, unpinCodes, storeAndInstantiateContract, removeCodeUploadParamsAddresses, addCodeUploadParamsAddresses, storeAndMigrateContract, updateContractLabel } from "./wasm/v1/tx.rpc.func";
|
|
12
|
+
export { useStoreCode as useStoreCodeCosmwasmWasmV1, useInstantiateContract, useInstantiateContract2, useExecuteContract, useMigrateContract as useMigrateContractCosmwasmWasmV1, useUpdateAdmin, useClearAdmin, useUpdateInstantiateConfig, useUpdateParams as useUpdateParamsCosmwasmWasmV1, useSudoContract, usePinCodes, useUnpinCodes, useStoreAndInstantiateContract, useRemoveCodeUploadParamsAddresses, useAddCodeUploadParamsAddresses, useStoreAndMigrateContract, useUpdateContractLabel } from "./wasm/v1/tx.rpc.react";
|
package/cosmwasm/bundle.js
CHANGED
|
@@ -14,14 +14,14 @@ 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.CosmwasmWasmV1MsgUpdateParams = exports.MsgUpdateInstantiateConfigResponse = exports.MsgUpdateInstantiateConfig = exports.MsgClearAdminResponse = exports.MsgClearAdmin = exports.MsgUpdateAdminResponse = exports.MsgUpdateAdmin = exports.
|
|
17
|
+
exports.CosmwasmWasmV1MsgUpdateParams = exports.MsgUpdateInstantiateConfigResponse = exports.MsgUpdateInstantiateConfig = exports.MsgClearAdminResponse = exports.MsgClearAdmin = exports.MsgUpdateAdminResponse = exports.MsgUpdateAdmin = exports.CosmwasmWasmV1MsgMigrateContractResponse = exports.CosmwasmWasmV1MsgMigrateContract = exports.MsgExecuteContractResponse = exports.MsgExecuteContract = exports.MsgInstantiateContract2Response = exports.MsgInstantiateContract2 = exports.MsgInstantiateContractResponse = exports.MsgInstantiateContract = exports.CosmwasmWasmV1MsgStoreCodeResponse = exports.CosmwasmWasmV1MsgStoreCode = exports.QueryBuildAddressResponse = exports.QueryBuildAddressRequest = exports.QueryWasmLimitsConfigResponse = exports.QueryWasmLimitsConfigRequest = exports.QueryContractsByCreatorResponse = exports.QueryContractsByCreatorRequest = exports.CosmwasmWasmV1QueryParamsResponse = exports.CosmwasmWasmV1QueryParamsRequest = exports.QueryPinnedCodesResponse = exports.QueryPinnedCodesRequest = exports.QueryCodesResponse = exports.QueryCodesRequest = exports.CosmwasmWasmV1QueryCodeResponse = exports.CodeInfoResponse = exports.QueryCodeInfoResponse = exports.QueryCodeInfoRequest = exports.CosmwasmWasmV1QueryCodeRequest = exports.QuerySmartContractStateResponse = exports.QuerySmartContractStateRequest = exports.QueryRawContractStateResponse = exports.QueryRawContractStateRequest = exports.QueryAllContractStateResponse = exports.QueryAllContractStateRequest = exports.QueryContractsByCodeResponse = exports.QueryContractsByCodeRequest = exports.QueryContractHistoryResponse = exports.QueryContractHistoryRequest = exports.QueryContractInfoResponse = exports.QueryContractInfoRequest = exports.Sequence = exports.CosmwasmWasmV1Contract = exports.Code = exports.CosmwasmWasmV1GenesisState = void 0;
|
|
18
18
|
exports.useGetRawContractState = exports.useGetAllContractState = exports.useGetContractsByCode = exports.useGetContractHistory = exports.useGetContractInfo = exports.getBuildAddress = exports.getWasmLimitsConfig = exports.getContractsByCreator = exports.getParamsCosmwasmWasmV1 = exports.getPinnedCodes = exports.getCodeInfo = exports.getCodes = exports.getCodeCosmwasmWasmV1 = exports.getSmartContractState = exports.getRawContractState = exports.getAllContractState = exports.getContractsByCode = exports.getContractHistory = exports.getContractInfo = exports.CosmwasmWasmV1MessageComposer = exports.CosmwasmWasmV1Registry = exports.Model = exports.AbsoluteTxPosition = exports.ContractCodeHistoryEntry = exports.ContractInfo = exports.CodeInfo = exports.CosmwasmWasmV1Params = exports.AccessConfig = exports.AccessTypeParam = exports.ContractCodeHistoryOperationTypeAmino = exports.ContractCodeHistoryOperationType = exports.CosmwasmWasmV1AccessTypeAmino = exports.CosmwasmWasmV1AccessType = exports.MsgUpdateContractLabelResponse = exports.MsgUpdateContractLabel = exports.MsgStoreAndMigrateContractResponse = exports.MsgStoreAndMigrateContract = exports.MsgRemoveCodeUploadParamsAddressesResponse = exports.MsgRemoveCodeUploadParamsAddresses = exports.MsgAddCodeUploadParamsAddressesResponse = exports.MsgAddCodeUploadParamsAddresses = exports.MsgStoreAndInstantiateContractResponse = exports.MsgStoreAndInstantiateContract = exports.MsgUnpinCodesResponse = exports.MsgUnpinCodes = exports.MsgPinCodesResponse = exports.MsgPinCodes = exports.MsgSudoContractResponse = exports.MsgSudoContract = exports.CosmwasmWasmV1MsgUpdateParamsResponse = void 0;
|
|
19
|
-
exports.useUpdateContractLabel = exports.useStoreAndMigrateContract = exports.useAddCodeUploadParamsAddresses = exports.useRemoveCodeUploadParamsAddresses = exports.useStoreAndInstantiateContract = exports.useUnpinCodes = exports.usePinCodes = exports.useSudoContract = exports.useUpdateParamsCosmwasmWasmV1 = exports.useUpdateInstantiateConfig = exports.useClearAdmin = exports.useUpdateAdmin = exports.
|
|
19
|
+
exports.useUpdateContractLabel = exports.useStoreAndMigrateContract = exports.useAddCodeUploadParamsAddresses = exports.useRemoveCodeUploadParamsAddresses = exports.useStoreAndInstantiateContract = exports.useUnpinCodes = exports.usePinCodes = exports.useSudoContract = exports.useUpdateParamsCosmwasmWasmV1 = exports.useUpdateInstantiateConfig = exports.useClearAdmin = exports.useUpdateAdmin = exports.useMigrateContractCosmwasmWasmV1 = exports.useExecuteContract = exports.useInstantiateContract2 = exports.useInstantiateContract = exports.useStoreCodeCosmwasmWasmV1 = exports.updateContractLabel = exports.storeAndMigrateContract = exports.addCodeUploadParamsAddresses = exports.removeCodeUploadParamsAddresses = exports.storeAndInstantiateContract = exports.unpinCodes = exports.pinCodes = exports.sudoContract = exports.updateParamsCosmwasmWasmV1 = exports.updateInstantiateConfig = exports.clearAdmin = exports.updateAdmin = exports.migrateContractCosmwasmWasmV1 = exports.executeContract = exports.instantiateContract2 = exports.instantiateContract = exports.storeCodeCosmwasmWasmV1 = exports.useGetBuildAddress = exports.useGetWasmLimitsConfig = exports.useGetContractsByCreator = exports.useGetParamsCosmwasmWasmV1 = exports.useGetPinnedCodes = exports.useGetCodeInfo = exports.useGetCodes = exports.useGetCodeCosmwasmWasmV1 = exports.useGetSmartContractState = void 0;
|
|
20
20
|
__exportStar(require("./wasm/v1/authz"), exports);
|
|
21
21
|
var genesis_1 = require("./wasm/v1/genesis");
|
|
22
22
|
Object.defineProperty(exports, "CosmwasmWasmV1GenesisState", { enumerable: true, get: function () { return genesis_1.GenesisState; } });
|
|
23
23
|
Object.defineProperty(exports, "Code", { enumerable: true, get: function () { return genesis_1.Code; } });
|
|
24
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "CosmwasmWasmV1Contract", { enumerable: true, get: function () { return genesis_1.Contract; } });
|
|
25
25
|
Object.defineProperty(exports, "Sequence", { enumerable: true, get: function () { return genesis_1.Sequence; } });
|
|
26
26
|
__exportStar(require("./wasm/v1/ibc"), exports);
|
|
27
27
|
__exportStar(require("./wasm/v1/proposal_legacy"), exports);
|
|
@@ -56,16 +56,16 @@ Object.defineProperty(exports, "QueryWasmLimitsConfigResponse", { enumerable: tr
|
|
|
56
56
|
Object.defineProperty(exports, "QueryBuildAddressRequest", { enumerable: true, get: function () { return query_1.QueryBuildAddressRequest; } });
|
|
57
57
|
Object.defineProperty(exports, "QueryBuildAddressResponse", { enumerable: true, get: function () { return query_1.QueryBuildAddressResponse; } });
|
|
58
58
|
var tx_1 = require("./wasm/v1/tx");
|
|
59
|
-
Object.defineProperty(exports, "
|
|
60
|
-
Object.defineProperty(exports, "
|
|
59
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgStoreCode", { enumerable: true, get: function () { return tx_1.MsgStoreCode; } });
|
|
60
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgStoreCodeResponse", { enumerable: true, get: function () { return tx_1.MsgStoreCodeResponse; } });
|
|
61
61
|
Object.defineProperty(exports, "MsgInstantiateContract", { enumerable: true, get: function () { return tx_1.MsgInstantiateContract; } });
|
|
62
62
|
Object.defineProperty(exports, "MsgInstantiateContractResponse", { enumerable: true, get: function () { return tx_1.MsgInstantiateContractResponse; } });
|
|
63
63
|
Object.defineProperty(exports, "MsgInstantiateContract2", { enumerable: true, get: function () { return tx_1.MsgInstantiateContract2; } });
|
|
64
64
|
Object.defineProperty(exports, "MsgInstantiateContract2Response", { enumerable: true, get: function () { return tx_1.MsgInstantiateContract2Response; } });
|
|
65
65
|
Object.defineProperty(exports, "MsgExecuteContract", { enumerable: true, get: function () { return tx_1.MsgExecuteContract; } });
|
|
66
66
|
Object.defineProperty(exports, "MsgExecuteContractResponse", { enumerable: true, get: function () { return tx_1.MsgExecuteContractResponse; } });
|
|
67
|
-
Object.defineProperty(exports, "
|
|
68
|
-
Object.defineProperty(exports, "
|
|
67
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgMigrateContract", { enumerable: true, get: function () { return tx_1.MsgMigrateContract; } });
|
|
68
|
+
Object.defineProperty(exports, "CosmwasmWasmV1MsgMigrateContractResponse", { enumerable: true, get: function () { return tx_1.MsgMigrateContractResponse; } });
|
|
69
69
|
Object.defineProperty(exports, "MsgUpdateAdmin", { enumerable: true, get: function () { return tx_1.MsgUpdateAdmin; } });
|
|
70
70
|
Object.defineProperty(exports, "MsgUpdateAdminResponse", { enumerable: true, get: function () { return tx_1.MsgUpdateAdminResponse; } });
|
|
71
71
|
Object.defineProperty(exports, "MsgClearAdmin", { enumerable: true, get: function () { return tx_1.MsgClearAdmin; } });
|
|
@@ -137,11 +137,11 @@ Object.defineProperty(exports, "useGetContractsByCreator", { enumerable: true, g
|
|
|
137
137
|
Object.defineProperty(exports, "useGetWasmLimitsConfig", { enumerable: true, get: function () { return query_rpc_react_1.useGetWasmLimitsConfig; } });
|
|
138
138
|
Object.defineProperty(exports, "useGetBuildAddress", { enumerable: true, get: function () { return query_rpc_react_1.useGetBuildAddress; } });
|
|
139
139
|
var tx_rpc_func_1 = require("./wasm/v1/tx.rpc.func");
|
|
140
|
-
Object.defineProperty(exports, "
|
|
140
|
+
Object.defineProperty(exports, "storeCodeCosmwasmWasmV1", { enumerable: true, get: function () { return tx_rpc_func_1.storeCode; } });
|
|
141
141
|
Object.defineProperty(exports, "instantiateContract", { enumerable: true, get: function () { return tx_rpc_func_1.instantiateContract; } });
|
|
142
142
|
Object.defineProperty(exports, "instantiateContract2", { enumerable: true, get: function () { return tx_rpc_func_1.instantiateContract2; } });
|
|
143
143
|
Object.defineProperty(exports, "executeContract", { enumerable: true, get: function () { return tx_rpc_func_1.executeContract; } });
|
|
144
|
-
Object.defineProperty(exports, "
|
|
144
|
+
Object.defineProperty(exports, "migrateContractCosmwasmWasmV1", { enumerable: true, get: function () { return tx_rpc_func_1.migrateContract; } });
|
|
145
145
|
Object.defineProperty(exports, "updateAdmin", { enumerable: true, get: function () { return tx_rpc_func_1.updateAdmin; } });
|
|
146
146
|
Object.defineProperty(exports, "clearAdmin", { enumerable: true, get: function () { return tx_rpc_func_1.clearAdmin; } });
|
|
147
147
|
Object.defineProperty(exports, "updateInstantiateConfig", { enumerable: true, get: function () { return tx_rpc_func_1.updateInstantiateConfig; } });
|
|
@@ -155,11 +155,11 @@ Object.defineProperty(exports, "addCodeUploadParamsAddresses", { enumerable: tru
|
|
|
155
155
|
Object.defineProperty(exports, "storeAndMigrateContract", { enumerable: true, get: function () { return tx_rpc_func_1.storeAndMigrateContract; } });
|
|
156
156
|
Object.defineProperty(exports, "updateContractLabel", { enumerable: true, get: function () { return tx_rpc_func_1.updateContractLabel; } });
|
|
157
157
|
var tx_rpc_react_1 = require("./wasm/v1/tx.rpc.react");
|
|
158
|
-
Object.defineProperty(exports, "
|
|
158
|
+
Object.defineProperty(exports, "useStoreCodeCosmwasmWasmV1", { enumerable: true, get: function () { return tx_rpc_react_1.useStoreCode; } });
|
|
159
159
|
Object.defineProperty(exports, "useInstantiateContract", { enumerable: true, get: function () { return tx_rpc_react_1.useInstantiateContract; } });
|
|
160
160
|
Object.defineProperty(exports, "useInstantiateContract2", { enumerable: true, get: function () { return tx_rpc_react_1.useInstantiateContract2; } });
|
|
161
161
|
Object.defineProperty(exports, "useExecuteContract", { enumerable: true, get: function () { return tx_rpc_react_1.useExecuteContract; } });
|
|
162
|
-
Object.defineProperty(exports, "
|
|
162
|
+
Object.defineProperty(exports, "useMigrateContractCosmwasmWasmV1", { enumerable: true, get: function () { return tx_rpc_react_1.useMigrateContract; } });
|
|
163
163
|
Object.defineProperty(exports, "useUpdateAdmin", { enumerable: true, get: function () { return tx_rpc_react_1.useUpdateAdmin; } });
|
|
164
164
|
Object.defineProperty(exports, "useClearAdmin", { enumerable: true, get: function () { return tx_rpc_react_1.useClearAdmin; } });
|
|
165
165
|
Object.defineProperty(exports, "useUpdateInstantiateConfig", { enumerable: true, get: function () { return tx_rpc_react_1.useUpdateInstantiateConfig; } });
|