@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,19 +5,19 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
sendPacket(value: MsgSendPacket): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
recvPacket(value: MsgRecvPacket): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
timeout(value: MsgTimeout): {
|
|
15
15
|
typeUrl: string;
|
|
16
|
-
value: Uint8Array
|
|
16
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
17
17
|
};
|
|
18
18
|
acknowledgement(value: MsgAcknowledgement): {
|
|
19
19
|
typeUrl: string;
|
|
20
|
-
value: Uint8Array
|
|
20
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
23
23
|
withTypeUrl: {
|
|
@@ -5,25 +5,25 @@ import { MsgSendPacket, MsgRecvPacket, MsgTimeout, MsgAcknowledgement } from "./
|
|
|
5
5
|
* @package ibc.core.channel.v2
|
|
6
6
|
* @see proto service: ibc.core.channel.v2.SendPacket
|
|
7
7
|
*/
|
|
8
|
-
export declare const sendPacket: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const sendPacket: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSendPacket | MsgSendPacket[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* RecvPacket defines a rpc handler method for MsgRecvPacket.
|
|
11
11
|
* @name recvPacket
|
|
12
12
|
* @package ibc.core.channel.v2
|
|
13
13
|
* @see proto service: ibc.core.channel.v2.RecvPacket
|
|
14
14
|
*/
|
|
15
|
-
export declare const recvPacket: (client: import("@interchainjs/cosmos
|
|
15
|
+
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>;
|
|
16
16
|
/**
|
|
17
17
|
* Timeout defines a rpc handler method for MsgTimeout.
|
|
18
18
|
* @name timeout
|
|
19
19
|
* @package ibc.core.channel.v2
|
|
20
20
|
* @see proto service: ibc.core.channel.v2.Timeout
|
|
21
21
|
*/
|
|
22
|
-
export declare const timeout: (client: import("@interchainjs/cosmos
|
|
22
|
+
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>;
|
|
23
23
|
/**
|
|
24
24
|
* Acknowledgement defines a rpc handler method for MsgAcknowledgement.
|
|
25
25
|
* @name acknowledgement
|
|
26
26
|
* @package ibc.core.channel.v2
|
|
27
27
|
* @see proto service: ibc.core.channel.v2.Acknowledgement
|
|
28
28
|
*/
|
|
29
|
-
export declare const acknowledgement: (client: import("@interchainjs/cosmos
|
|
29
|
+
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,35 +5,35 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
createClient(value: MsgCreateClient): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
updateClient(value: MsgUpdateClient): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
upgradeClient(value: MsgUpgradeClient): {
|
|
15
15
|
typeUrl: string;
|
|
16
|
-
value: Uint8Array
|
|
16
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
17
17
|
};
|
|
18
18
|
submitMisbehaviour(value: MsgSubmitMisbehaviour): {
|
|
19
19
|
typeUrl: string;
|
|
20
|
-
value: Uint8Array
|
|
20
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
21
21
|
};
|
|
22
22
|
recoverClient(value: MsgRecoverClient): {
|
|
23
23
|
typeUrl: string;
|
|
24
|
-
value: Uint8Array
|
|
24
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
25
25
|
};
|
|
26
26
|
iBCSoftwareUpgrade(value: MsgIBCSoftwareUpgrade): {
|
|
27
27
|
typeUrl: string;
|
|
28
|
-
value: Uint8Array
|
|
28
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
29
29
|
};
|
|
30
30
|
updateClientParams(value: MsgUpdateParams): {
|
|
31
31
|
typeUrl: string;
|
|
32
|
-
value: Uint8Array
|
|
32
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
33
33
|
};
|
|
34
34
|
deleteClientCreator(value: MsgDeleteClientCreator): {
|
|
35
35
|
typeUrl: string;
|
|
36
|
-
value: Uint8Array
|
|
36
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
37
37
|
};
|
|
38
38
|
};
|
|
39
39
|
withTypeUrl: {
|
|
@@ -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,11 +5,11 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
registerCounterparty(value: MsgRegisterCounterparty): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
updateClientConfig(value: MsgUpdateClientConfig): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
};
|
|
15
15
|
withTypeUrl: {
|
|
@@ -5,11 +5,11 @@ import { MsgRegisterCounterparty, MsgUpdateClientConfig } from "./tx";
|
|
|
5
5
|
* @package ibc.core.client.v2
|
|
6
6
|
* @see proto service: ibc.core.client.v2.RegisterCounterparty
|
|
7
7
|
*/
|
|
8
|
-
export declare const registerCounterparty: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const registerCounterparty: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRegisterCounterparty | MsgRegisterCounterparty[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* UpdateClientConfig defines a rpc handler method for MsgUpdateClientConfig.
|
|
11
11
|
* @name updateClientConfig
|
|
12
12
|
* @package ibc.core.client.v2
|
|
13
13
|
* @see proto service: ibc.core.client.v2.UpdateClientConfig
|
|
14
14
|
*/
|
|
15
|
-
export declare const updateClientConfig: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const updateClientConfig: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgUpdateClientConfig | MsgUpdateClientConfig[], 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.Params = exports.Version = exports.ConnectionPaths = exports.ClientPaths = exports.Counterparty = exports.IdentifiedConnection = exports.ConnectionEnd = exports.
|
|
3
|
+
exports.Params = exports.Version = exports.ConnectionPaths = exports.ClientPaths = exports.Counterparty = exports.IdentifiedConnection = exports.ConnectionEnd = exports.StateAmino = exports.State = void 0;
|
|
4
|
+
exports.stateFromJSON = stateFromJSON;
|
|
5
|
+
exports.stateToJSON = stateToJSON;
|
|
4
6
|
const commitment_1 = require("../../commitment/v1/commitment");
|
|
5
7
|
const helpers_1 = require("../../../../helpers");
|
|
6
8
|
const binary_1 = require("../../../../binary");
|
|
@@ -23,7 +25,7 @@ var State;
|
|
|
23
25
|
/** STATE_OPEN - A connection end has completed the handshake. */
|
|
24
26
|
State[State["STATE_OPEN"] = 3] = "STATE_OPEN";
|
|
25
27
|
State[State["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
26
|
-
})(State
|
|
28
|
+
})(State || (exports.State = State = {}));
|
|
27
29
|
exports.StateAmino = State;
|
|
28
30
|
function stateFromJSON(object) {
|
|
29
31
|
switch (object) {
|
|
@@ -45,7 +47,6 @@ function stateFromJSON(object) {
|
|
|
45
47
|
return State.UNRECOGNIZED;
|
|
46
48
|
}
|
|
47
49
|
}
|
|
48
|
-
exports.stateFromJSON = stateFromJSON;
|
|
49
50
|
function stateToJSON(object) {
|
|
50
51
|
switch (object) {
|
|
51
52
|
case State.STATE_UNINITIALIZED_UNSPECIFIED:
|
|
@@ -61,7 +62,6 @@ function stateToJSON(object) {
|
|
|
61
62
|
return "UNRECOGNIZED";
|
|
62
63
|
}
|
|
63
64
|
}
|
|
64
|
-
exports.stateToJSON = stateToJSON;
|
|
65
65
|
function createBaseConnectionEnd() {
|
|
66
66
|
return {
|
|
67
67
|
clientId: "",
|
|
@@ -5,23 +5,23 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
connectionOpenInit(value: MsgConnectionOpenInit): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
connectionOpenTry(value: MsgConnectionOpenTry): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
connectionOpenAck(value: MsgConnectionOpenAck): {
|
|
15
15
|
typeUrl: string;
|
|
16
|
-
value: Uint8Array
|
|
16
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
17
17
|
};
|
|
18
18
|
connectionOpenConfirm(value: MsgConnectionOpenConfirm): {
|
|
19
19
|
typeUrl: string;
|
|
20
|
-
value: Uint8Array
|
|
20
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
21
21
|
};
|
|
22
22
|
updateConnectionParams(value: MsgUpdateParams): {
|
|
23
23
|
typeUrl: string;
|
|
24
|
-
value: Uint8Array
|
|
24
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
withTypeUrl: {
|
|
@@ -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>;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.NextSequenceRecvData = exports.PacketReceiptAbsenceData = exports.PacketAcknowledgementData = exports.PacketCommitmentData = exports.ChannelStateData = exports.ConnectionStateData = exports.ConsensusStateData = exports.ClientStateData = exports.HeaderData = exports.SignBytes = exports.TimestampedSignatureData = exports.SignatureAndData = exports.Misbehaviour = exports.Header = exports.ConsensusState = exports.ClientState = exports.
|
|
3
|
+
exports.NextSequenceRecvData = exports.PacketReceiptAbsenceData = exports.PacketAcknowledgementData = exports.PacketCommitmentData = exports.ChannelStateData = exports.ConnectionStateData = exports.ConsensusStateData = exports.ClientStateData = exports.HeaderData = exports.SignBytes = exports.TimestampedSignatureData = exports.SignatureAndData = exports.Misbehaviour = exports.Header = exports.ConsensusState = exports.ClientState = exports.DataTypeAmino = exports.DataType = void 0;
|
|
4
|
+
exports.dataTypeFromJSON = dataTypeFromJSON;
|
|
5
|
+
exports.dataTypeToJSON = dataTypeToJSON;
|
|
4
6
|
const any_1 = require("../../../../google/protobuf/any");
|
|
5
7
|
const connection_1 = require("../../../core/connection/v1/connection");
|
|
6
8
|
const channel_1 = require("../../../core/channel/v1/channel");
|
|
@@ -34,7 +36,7 @@ var DataType;
|
|
|
34
36
|
/** DATA_TYPE_HEADER - Data type for header verification */
|
|
35
37
|
DataType[DataType["DATA_TYPE_HEADER"] = 9] = "DATA_TYPE_HEADER";
|
|
36
38
|
DataType[DataType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
37
|
-
})(DataType
|
|
39
|
+
})(DataType || (exports.DataType = DataType = {}));
|
|
38
40
|
exports.DataTypeAmino = DataType;
|
|
39
41
|
function dataTypeFromJSON(object) {
|
|
40
42
|
switch (object) {
|
|
@@ -74,7 +76,6 @@ function dataTypeFromJSON(object) {
|
|
|
74
76
|
return DataType.UNRECOGNIZED;
|
|
75
77
|
}
|
|
76
78
|
}
|
|
77
|
-
exports.dataTypeFromJSON = dataTypeFromJSON;
|
|
78
79
|
function dataTypeToJSON(object) {
|
|
79
80
|
switch (object) {
|
|
80
81
|
case DataType.DATA_TYPE_UNINITIALIZED_UNSPECIFIED:
|
|
@@ -102,7 +103,6 @@ function dataTypeToJSON(object) {
|
|
|
102
103
|
return "UNRECOGNIZED";
|
|
103
104
|
}
|
|
104
105
|
}
|
|
105
|
-
exports.dataTypeToJSON = dataTypeToJSON;
|
|
106
106
|
function createBaseClientState() {
|
|
107
107
|
return {
|
|
108
108
|
sequence: BigInt(0),
|
|
@@ -5,15 +5,15 @@ export declare const MessageComposer: {
|
|
|
5
5
|
encoded: {
|
|
6
6
|
storeCode(value: MsgStoreCode): {
|
|
7
7
|
typeUrl: string;
|
|
8
|
-
value: Uint8Array
|
|
8
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
9
9
|
};
|
|
10
10
|
removeChecksum(value: MsgRemoveChecksum): {
|
|
11
11
|
typeUrl: string;
|
|
12
|
-
value: Uint8Array
|
|
12
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
13
13
|
};
|
|
14
14
|
migrateContract(value: MsgMigrateContract): {
|
|
15
15
|
typeUrl: string;
|
|
16
|
-
value: Uint8Array
|
|
16
|
+
value: Uint8Array<ArrayBufferLike>;
|
|
17
17
|
};
|
|
18
18
|
};
|
|
19
19
|
withTypeUrl: {
|
|
@@ -5,18 +5,18 @@ import { MsgStoreCode, MsgRemoveChecksum, MsgMigrateContract } from "./tx";
|
|
|
5
5
|
* @package ibc.lightclients.wasm.v1
|
|
6
6
|
* @see proto service: ibc.lightclients.wasm.v1.StoreCode
|
|
7
7
|
*/
|
|
8
|
-
export declare const storeCode: (client: import("@interchainjs/cosmos
|
|
8
|
+
export declare const storeCode: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgStoreCode | MsgStoreCode[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
9
|
/**
|
|
10
10
|
* RemoveChecksum defines a rpc handler method for MsgRemoveChecksum.
|
|
11
11
|
* @name removeChecksum
|
|
12
12
|
* @package ibc.lightclients.wasm.v1
|
|
13
13
|
* @see proto service: ibc.lightclients.wasm.v1.RemoveChecksum
|
|
14
14
|
*/
|
|
15
|
-
export declare const removeChecksum: (client: import("@interchainjs/cosmos
|
|
15
|
+
export declare const removeChecksum: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRemoveChecksum | MsgRemoveChecksum[], fee: import("../../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* MigrateContract defines a rpc handler method for MsgMigrateContract.
|
|
18
18
|
* @name migrateContract
|
|
19
19
|
* @package ibc.lightclients.wasm.v1
|
|
20
20
|
* @see proto service: ibc.lightclients.wasm.v1.MigrateContract
|
|
21
21
|
*/
|
|
22
|
-
export declare const migrateContract: (client: import("@interchainjs/cosmos
|
|
22
|
+
export declare const migrateContract: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgMigrateContract | MsgMigrateContract[], 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
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xpla/xpla-react",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "xpla-react is a JavaScript library providing react query hooks for interacting with xpla sdk.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "esm/index.js",
|
|
@@ -16,6 +16,24 @@
|
|
|
16
16
|
"access": "public",
|
|
17
17
|
"directory": "dist"
|
|
18
18
|
},
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"import": "./esm/index.js",
|
|
22
|
+
"require": "./index.js",
|
|
23
|
+
"types": "./index.d.ts"
|
|
24
|
+
},
|
|
25
|
+
"./*": {
|
|
26
|
+
"import": "./esm/*.js",
|
|
27
|
+
"require": "./*.js",
|
|
28
|
+
"types": "./*.d.ts"
|
|
29
|
+
},
|
|
30
|
+
"./*.js": {
|
|
31
|
+
"import": "./esm/*.js",
|
|
32
|
+
"require": "./*.js",
|
|
33
|
+
"types": "./*.d.ts"
|
|
34
|
+
},
|
|
35
|
+
"./package.json": "./package.json"
|
|
36
|
+
},
|
|
19
37
|
"scripts": {
|
|
20
38
|
"copy": "copyfiles -f README.md package.json dist",
|
|
21
39
|
"clean": "rimraf dist/**",
|
|
@@ -24,12 +42,12 @@
|
|
|
24
42
|
"lint": "eslint . --fix"
|
|
25
43
|
},
|
|
26
44
|
"dependencies": {
|
|
27
|
-
"@interchainjs/cosmos": "1.
|
|
28
|
-
"@interchainjs/cosmos-types": "1.
|
|
29
|
-
"@interchainjs/encoding": "1.
|
|
30
|
-
"@interchainjs/pubkey": "1.
|
|
31
|
-
"@interchainjs/types": "1.
|
|
32
|
-
"@interchainjs/utils": "1.
|
|
45
|
+
"@interchainjs/cosmos": "^1.19.2",
|
|
46
|
+
"@interchainjs/cosmos-types": "^1.19.1",
|
|
47
|
+
"@interchainjs/encoding": "^1.18.1",
|
|
48
|
+
"@interchainjs/pubkey": "^1.19.1",
|
|
49
|
+
"@interchainjs/types": "^1.19.1",
|
|
50
|
+
"@interchainjs/utils": "^1.19.0",
|
|
33
51
|
"@noble/hashes": "^1.3.1",
|
|
34
52
|
"decimal.js": "^10.4.3"
|
|
35
53
|
},
|
package/react-query.d.ts
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
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
|
-
import { Rpc } from './helpers';
|
|
7
6
|
import { ITxArgs, EndpointOrRpc } from './helper-func-types';
|
|
8
|
-
import { ISigningClient } from "@interchainjs/cosmos
|
|
7
|
+
import { ISigningClient } from "@interchainjs/cosmos";
|
|
9
8
|
import { StdFee, DeliverTxResponse } from './types';
|
|
10
9
|
import { UseQueryOptions, UseMutationOptions, QueryKey } from '@tanstack/react-query';
|
|
11
10
|
import { HttpEndpoint } from "@interchainjs/types";
|
|
@@ -29,7 +28,7 @@ export interface UseRpcEndpointQuery<TData> extends ReactQueryParams<string | Ht
|
|
|
29
28
|
rpcEndPointKey?: string;
|
|
30
29
|
}
|
|
31
30
|
export declare const useRpcEndpoint: <TData = string | HttpEndpoint>({ getter, options, rpcEndPointKey, }: UseRpcEndpointQuery<TData>) => import("@tanstack/react-query").UseQueryResult<TData, Error>;
|
|
32
|
-
export declare const useRpcClient: <TData =
|
|
31
|
+
export declare const useRpcClient: <TData = ProtobufRpcClient>({ options, clientResolver }: UseRpcClientQuery<TData>) => import("@tanstack/react-query").UseQueryResult<TData, Error>;
|
|
33
32
|
export interface UseQueryBuilderOptions<TReq, TRes> {
|
|
34
33
|
builderQueryFn: (client: EndpointOrRpc, request: TReq) => Promise<TRes>;
|
|
35
34
|
queryKeyPrefix: string;
|
package/react-query.js
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
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
|
*/
|
|
7
7
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
-
exports.
|
|
8
|
+
exports.useRpcClient = exports.useRpcEndpoint = exports.DEFAULT_SIGNING_CLIENT_QUERY_KEY = exports.DEFAULT_RPC_ENDPOINT_QUERY_KEY = exports.DEFAULT_RPC_CLIENT_QUERY_KEY = void 0;
|
|
9
|
+
exports.isCacheResolver = isCacheResolver;
|
|
10
|
+
exports.buildUseQuery = buildUseQuery;
|
|
11
|
+
exports.buildUseMutation = buildUseMutation;
|
|
9
12
|
const extern_1 = require("./extern");
|
|
10
13
|
const helpers_1 = require("./helpers");
|
|
11
|
-
const
|
|
14
|
+
const cosmos_1 = require("@interchainjs/cosmos");
|
|
12
15
|
const react_query_1 = require("@tanstack/react-query");
|
|
13
16
|
exports.DEFAULT_RPC_CLIENT_QUERY_KEY = 'rpcClient';
|
|
14
17
|
exports.DEFAULT_RPC_ENDPOINT_QUERY_KEY = 'rpcEndPoint';
|
|
@@ -16,7 +19,6 @@ exports.DEFAULT_SIGNING_CLIENT_QUERY_KEY = 'signingClient';
|
|
|
16
19
|
function isCacheResolver(resolver) {
|
|
17
20
|
return resolver !== null && resolver !== undefined && resolver.rpcEndpoint !== undefined && resolver.clientQueryKey !== undefined;
|
|
18
21
|
}
|
|
19
|
-
exports.isCacheResolver = isCacheResolver;
|
|
20
22
|
const useRpcEndpoint = ({ getter, options, rpcEndPointKey, }) => {
|
|
21
23
|
const key = rpcEndPointKey || exports.DEFAULT_RPC_ENDPOINT_QUERY_KEY;
|
|
22
24
|
return (0, react_query_1.useQuery)([key, getter], async () => {
|
|
@@ -69,7 +71,6 @@ function buildUseQuery(opts) {
|
|
|
69
71
|
return (0, react_query_1.useQuery)(customizedQueryKey || [opts.queryKeyPrefix, request], () => opts.builderQueryFn(rpcResolver, request), options);
|
|
70
72
|
};
|
|
71
73
|
}
|
|
72
|
-
exports.buildUseQuery = buildUseQuery;
|
|
73
74
|
const getSigningClientFromCache = (queryClient, key, rpcEndpoint) => {
|
|
74
75
|
const queryKey = rpcEndpoint ? [key, rpcEndpoint] : [key];
|
|
75
76
|
return queryClient.getQueryData(queryKey);
|
|
@@ -80,7 +81,7 @@ function buildUseMutation(opts) {
|
|
|
80
81
|
context: options?.context
|
|
81
82
|
});
|
|
82
83
|
let signingClientResolver;
|
|
83
|
-
if ((0,
|
|
84
|
+
if ((0, cosmos_1.isISigningClient)(clientResolver)) {
|
|
84
85
|
signingClientResolver = clientResolver;
|
|
85
86
|
}
|
|
86
87
|
else {
|
|
@@ -95,4 +96,3 @@ function buildUseMutation(opts) {
|
|
|
95
96
|
return (0, react_query_1.useMutation)((reqData) => opts.builderMutationFn(signingClientResolver, reqData.signerAddress, reqData.message, reqData.fee, reqData.memo), options);
|
|
96
97
|
};
|
|
97
98
|
}
|
|
98
|
-
exports.buildUseMutation = buildUseMutation;
|
package/registry.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/registry.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
|
*/
|