@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.
Files changed (126) hide show
  1. package/binary.d.ts +1 -1
  2. package/binary.js +2 -2
  3. package/cosmos/auth/v1beta1/tx.registry.d.ts +1 -1
  4. package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
  5. package/cosmos/authz/v1beta1/tx.registry.d.ts +3 -3
  6. package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
  7. package/cosmos/bank/v1beta1/tx.registry.d.ts +4 -4
  8. package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
  9. package/cosmos/bundle.d.ts +50 -50
  10. package/cosmos/bundle.js +179 -179
  11. package/cosmos/consensus/v1/tx.registry.d.ts +1 -1
  12. package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
  13. package/cosmos/distribution/v1beta1/tx.registry.d.ts +7 -7
  14. package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
  15. package/cosmos/evidence/v1beta1/tx.registry.d.ts +1 -1
  16. package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
  17. package/cosmos/evm/feemarket/v1/tx.registry.d.ts +1 -1
  18. package/cosmos/evm/feemarket/v1/tx.rpc.func.d.ts +1 -1
  19. package/cosmos/evm/vm/v1/evm.js +4 -4
  20. package/cosmos/evm/vm/v1/tx.registry.d.ts +2 -2
  21. package/cosmos/evm/vm/v1/tx.rpc.func.d.ts +2 -2
  22. package/cosmos/feegrant/v1beta1/tx.registry.d.ts +3 -3
  23. package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
  24. package/cosmos/gov/v1/gov.js +7 -7
  25. package/cosmos/gov/v1/tx.registry.d.ts +7 -7
  26. package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
  27. package/cosmos/gov/v1beta1/gov.js +7 -7
  28. package/cosmos/gov/v1beta1/tx.registry.d.ts +4 -4
  29. package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
  30. package/cosmos/ics23/v1/proofs.js +7 -7
  31. package/cosmos/mint/v1beta1/tx.registry.d.ts +1 -1
  32. package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
  33. package/cosmos/slashing/v1beta1/tx.registry.d.ts +2 -2
  34. package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
  35. package/cosmos/staking/v1beta1/authz.js +4 -4
  36. package/cosmos/staking/v1beta1/staking.js +7 -7
  37. package/cosmos/staking/v1beta1/tx.registry.d.ts +7 -7
  38. package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
  39. package/cosmos/tx/signing/v1beta1/signing.js +4 -4
  40. package/cosmos/tx/v1beta1/service.js +7 -7
  41. package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -2
  42. package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
  43. package/cosmos_proto/bundle.d.ts +1 -1
  44. package/cosmos_proto/bundle.js +2 -2
  45. package/cosmos_proto/cosmos.js +4 -4
  46. package/cosmwasm/bundle.d.ts +4 -4
  47. package/cosmwasm/bundle.js +11 -11
  48. package/cosmwasm/wasm/v1/tx.registry.d.ts +17 -17
  49. package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
  50. package/cosmwasm/wasm/v1/types.js +7 -7
  51. package/esm/binary.js +1 -1
  52. package/esm/cosmos/bundle.js +50 -50
  53. package/esm/cosmos_proto/bundle.js +1 -1
  54. package/esm/cosmwasm/bundle.js +4 -4
  55. package/esm/extern.js +1 -1
  56. package/esm/helper-func-types.js +2 -2
  57. package/esm/helpers.js +3 -32
  58. package/esm/ibc/bundle.js +9 -9
  59. package/esm/index.js +1 -1
  60. package/esm/react-query.js +2 -2
  61. package/esm/registry.js +1 -1
  62. package/esm/types.js +1 -1
  63. package/esm/utf8.js +1 -1
  64. package/esm/varint.js +1 -1
  65. package/ethermint/evm/v1/tx.registry.d.ts +2 -2
  66. package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
  67. package/ethermint/feemarket/v1/tx.registry.d.ts +1 -1
  68. package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
  69. package/extern.d.ts +1 -1
  70. package/extern.js +1 -1
  71. package/google/protobuf/descriptor.js +62 -63
  72. package/google/protobuf/duration.d.ts +1 -1
  73. package/google/protobuf/timestamp.d.ts +1 -1
  74. package/helper-func-types.d.ts +3 -3
  75. package/helper-func-types.js +6 -7
  76. package/helpers.d.ts +2 -4
  77. package/helpers.js +15 -44
  78. package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +3 -3
  79. package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
  80. package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -2
  81. package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
  82. package/ibc/applications/interchain_accounts/v1/packet.js +4 -4
  83. package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -2
  84. package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
  85. package/ibc/bundle.d.ts +9 -9
  86. package/ibc/bundle.js +65 -65
  87. package/ibc/core/channel/v1/channel.js +7 -7
  88. package/ibc/core/channel/v1/tx.js +4 -4
  89. package/ibc/core/channel/v1/tx.registry.d.ts +10 -10
  90. package/ibc/core/channel/v1/tx.rpc.func.d.ts +10 -10
  91. package/ibc/core/channel/v2/packet.js +4 -4
  92. package/ibc/core/channel/v2/tx.js +4 -4
  93. package/ibc/core/channel/v2/tx.registry.d.ts +4 -4
  94. package/ibc/core/channel/v2/tx.rpc.func.d.ts +4 -4
  95. package/ibc/core/client/v1/tx.registry.d.ts +8 -8
  96. package/ibc/core/client/v1/tx.rpc.func.d.ts +8 -8
  97. package/ibc/core/client/v2/tx.registry.d.ts +2 -2
  98. package/ibc/core/client/v2/tx.rpc.func.d.ts +2 -2
  99. package/ibc/core/connection/v1/connection.js +4 -4
  100. package/ibc/core/connection/v1/tx.registry.d.ts +5 -5
  101. package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
  102. package/ibc/lightclients/solomachine/v2/solomachine.js +4 -4
  103. package/ibc/lightclients/wasm/v1/tx.registry.d.ts +3 -3
  104. package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
  105. package/index.d.ts +1 -1
  106. package/index.js +1 -1
  107. package/package.json +25 -7
  108. package/react-query.d.ts +3 -4
  109. package/react-query.js +7 -7
  110. package/registry.d.ts +1 -1
  111. package/registry.js +1 -1
  112. package/tendermint/abci/types.js +20 -20
  113. package/tendermint/types/types.js +4 -4
  114. package/tendermint/types/validator.js +4 -4
  115. package/types.d.ts +1 -1
  116. package/types.js +1 -1
  117. package/utf8.d.ts +1 -1
  118. package/utf8.js +4 -5
  119. package/varint.d.ts +1 -1
  120. package/varint.js +17 -18
  121. package/xpla/burn/v1beta1/tx.registry.d.ts +1 -1
  122. package/xpla/burn/v1beta1/tx.rpc.func.d.ts +1 -1
  123. package/xpla/reward/v1beta1/tx.registry.d.ts +2 -2
  124. package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
  125. package/xpla/volunteer/v1beta1/tx.registry.d.ts +2 -2
  126. package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
package/binary.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * This file and any referenced files were automatically generated by @hyperweb/telescope@1.17.0
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/binary.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.0
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
  */
@@ -42,7 +42,7 @@ var WireType;
42
42
  WireType[WireType["Fixed64"] = 1] = "Fixed64";
43
43
  WireType[WireType["Bytes"] = 2] = "Bytes";
44
44
  WireType[WireType["Fixed32"] = 5] = "Fixed32";
45
- })(WireType = exports.WireType || (exports.WireType = {}));
45
+ })(WireType || (exports.WireType = WireType = {}));
46
46
  class BinaryReader {
47
47
  buf;
48
48
  pos;
@@ -5,7 +5,7 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  updateParams(value: MsgUpdateParams): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  };
11
11
  withTypeUrl: {
@@ -8,4 +8,4 @@ import { MsgUpdateParams } from "./tx";
8
8
  * @package cosmos.auth.v1beta1
9
9
  * @see proto service: cosmos.auth.v1beta1.UpdateParams
10
10
  */
11
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
11
+ 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>;
@@ -5,15 +5,15 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  grant(value: MsgGrant): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  exec(value: MsgExec): {
11
11
  typeUrl: string;
12
- value: Uint8Array;
12
+ value: Uint8Array<ArrayBufferLike>;
13
13
  };
14
14
  revoke(value: MsgRevoke): {
15
15
  typeUrl: string;
16
- value: Uint8Array;
16
+ value: Uint8Array<ArrayBufferLike>;
17
17
  };
18
18
  };
19
19
  withTypeUrl: {
@@ -8,7 +8,7 @@ import { MsgGrant, MsgExec, MsgRevoke } from "./tx";
8
8
  * @package cosmos.authz.v1beta1
9
9
  * @see proto service: cosmos.authz.v1beta1.Grant
10
10
  */
11
- export declare const grant: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgGrant | MsgGrant[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
11
+ export declare const grant: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgGrant | MsgGrant[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
12
12
  /**
13
13
  * Exec attempts to execute the provided messages using
14
14
  * authorizations granted to the grantee. Each message should have only
@@ -17,7 +17,7 @@ export declare const grant: (client: import("@interchainjs/cosmos/types/signing-
17
17
  * @package cosmos.authz.v1beta1
18
18
  * @see proto service: cosmos.authz.v1beta1.Exec
19
19
  */
20
- export declare const exec: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgExec | MsgExec[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
20
+ export declare const exec: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgExec | MsgExec[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
21
21
  /**
22
22
  * Revoke revokes any authorization corresponding to the provided method name on the
23
23
  * granter's account that has been granted to the grantee.
@@ -25,4 +25,4 @@ export declare const exec: (client: import("@interchainjs/cosmos/types/signing-c
25
25
  * @package cosmos.authz.v1beta1
26
26
  * @see proto service: cosmos.authz.v1beta1.Revoke
27
27
  */
28
- export declare const revoke: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRevoke | MsgRevoke[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
28
+ export declare const revoke: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgRevoke | MsgRevoke[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
@@ -5,19 +5,19 @@ export declare const MessageComposer: {
5
5
  encoded: {
6
6
  send(value: MsgSend): {
7
7
  typeUrl: string;
8
- value: Uint8Array;
8
+ value: Uint8Array<ArrayBufferLike>;
9
9
  };
10
10
  multiSend(value: MsgMultiSend): {
11
11
  typeUrl: string;
12
- value: Uint8Array;
12
+ value: Uint8Array<ArrayBufferLike>;
13
13
  };
14
14
  updateParams(value: MsgUpdateParams): {
15
15
  typeUrl: string;
16
- value: Uint8Array;
16
+ value: Uint8Array<ArrayBufferLike>;
17
17
  };
18
18
  setSendEnabled(value: MsgSetSendEnabled): {
19
19
  typeUrl: string;
20
- value: Uint8Array;
20
+ value: Uint8Array<ArrayBufferLike>;
21
21
  };
22
22
  };
23
23
  withTypeUrl: {
@@ -5,14 +5,14 @@ import { MsgSend, MsgMultiSend, MsgUpdateParams, MsgSetSendEnabled } from "./tx"
5
5
  * @package cosmos.bank.v1beta1
6
6
  * @see proto service: cosmos.bank.v1beta1.Send
7
7
  */
8
- export declare const send: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSend | MsgSend[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
8
+ export declare const send: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSend | MsgSend[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
9
9
  /**
10
10
  * MultiSend defines a method for sending coins from some accounts to other accounts.
11
11
  * @name multiSend
12
12
  * @package cosmos.bank.v1beta1
13
13
  * @see proto service: cosmos.bank.v1beta1.MultiSend
14
14
  */
15
- export declare const multiSend: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgMultiSend | MsgMultiSend[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
15
+ export declare const multiSend: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgMultiSend | MsgMultiSend[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
16
16
  /**
17
17
  * UpdateParams defines a governance operation for updating the x/bank module parameters.
18
18
  * The authority is defined in the keeper.
@@ -22,7 +22,7 @@ export declare const multiSend: (client: import("@interchainjs/cosmos/types/sign
22
22
  * @package cosmos.bank.v1beta1
23
23
  * @see proto service: cosmos.bank.v1beta1.UpdateParams
24
24
  */
25
- export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
25
+ 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>;
26
26
  /**
27
27
  * SetSendEnabled is a governance operation for setting the SendEnabled flag
28
28
  * on any number of Denoms. Only the entries to add or update should be
@@ -34,4 +34,4 @@ export declare const updateParams: (client: import("@interchainjs/cosmos/types/s
34
34
  * @package cosmos.bank.v1beta1
35
35
  * @see proto service: cosmos.bank.v1beta1.SetSendEnabled
36
36
  */
37
- export declare const setSendEnabled: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSetSendEnabled | MsgSetSendEnabled[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
37
+ export declare const setSendEnabled: (client: import("@interchainjs/cosmos").ISigningClient, signerAddress: string, message: MsgSetSendEnabled | MsgSetSendEnabled[], fee: import("../../..").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;