@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
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.
|
|
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.
|
|
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
|
|
45
|
+
})(WireType || (exports.WireType = WireType = {}));
|
|
46
46
|
class BinaryReader {
|
|
47
47
|
buf;
|
|
48
48
|
pos;
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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>;
|