injectivejs 1.11.2 → 1.11.4
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/README.md +103 -110
- package/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/esm/binary.js +1 -1
- package/esm/extern.js +1 -1
- package/esm/helper-func-types.js +2 -8
- package/esm/helpers.js +1 -1
- 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/extern.d.ts +1 -1
- package/extern.js +1 -1
- package/helper-func-types.d.ts +3 -14
- package/helper-func-types.js +2 -9
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/injective/auction/v1beta1/tx.rpc.func.d.ts +2 -2
- package/injective/exchange/v1beta1/tx.rpc.func.d.ts +35 -35
- package/injective/insurance/v1beta1/tx.rpc.func.d.ts +4 -4
- package/injective/ocr/v1beta1/tx.rpc.func.d.ts +9 -9
- package/injective/oracle/v1beta1/tx.rpc.func.d.ts +8 -8
- package/injective/peggy/v1/msgs.rpc.func.d.ts +14 -14
- package/injective/permissions/v1beta1/tx.rpc.func.d.ts +7 -7
- package/injective/tokenfactory/v1beta1/tx.rpc.func.d.ts +6 -6
- package/injective/wasmx/v1/tx.rpc.func.d.ts +6 -6
- package/package.json +8 -8
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/types.d.ts +3 -44
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +1 -1
- package/varint.d.ts +1 -1
- package/varint.js +1 -1
package/esm/helper-func-types.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
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
|
*/
|
|
@@ -23,12 +23,6 @@ export function buildQuery(opts) {
|
|
|
23
23
|
return opts.decode(response);
|
|
24
24
|
};
|
|
25
25
|
}
|
|
26
|
-
export function isISigningClient(client) {
|
|
27
|
-
return client !== null && client !== undefined
|
|
28
|
-
&& typeof client.signAndBroadcast === 'function'
|
|
29
|
-
&& (!client.addConverters || typeof client.addConverters === 'function')
|
|
30
|
-
&& typeof client.addEncoders === 'function';
|
|
31
|
-
}
|
|
32
26
|
export function buildTx(opts) {
|
|
33
27
|
if (opts.msg) {
|
|
34
28
|
registerDependencies([opts.msg]);
|
|
@@ -37,7 +31,7 @@ export function buildTx(opts) {
|
|
|
37
31
|
if (!client)
|
|
38
32
|
throw new Error("SigningClient is not initialized");
|
|
39
33
|
//register all related encoders and converters
|
|
40
|
-
client.addEncoders(toEncoders(opts.msg));
|
|
34
|
+
client.addEncoders?.(toEncoders(opts.msg));
|
|
41
35
|
client.addConverters?.(toConverters(opts.msg));
|
|
42
36
|
const data = Array.isArray(message)
|
|
43
37
|
? message.map(msg => ({
|
package/esm/helpers.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/esm/registry.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/esm/types.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/esm/utf8.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/esm/varint.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/extern.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
3
3
|
* DO NOT MODIFY BY HAND. Instead, download the latest proto files for your chain
|
|
4
4
|
* and run the transpile command or npm scripts command that is used to regenerate this bundle.
|
|
5
5
|
*/
|
package/extern.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
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/helper-func-types.d.ts
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
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
6
|
import { HttpEndpoint } from "@interchainjs/types";
|
|
7
7
|
import { BinaryReader, BinaryWriter } from "./binary";
|
|
8
8
|
import { Rpc } from "./helpers";
|
|
9
|
-
import { TelescopeGeneratedCodec, DeliverTxResponse,
|
|
9
|
+
import { TelescopeGeneratedCodec, DeliverTxResponse, StdFee } from "./types";
|
|
10
|
+
import { ISigningClient } from "@interchainjs/cosmos/types/signing-client";
|
|
10
11
|
export interface QueryBuilderOptions<TReq, TRes> {
|
|
11
12
|
encode: (request: TReq, writer?: BinaryWriter) => BinaryWriter;
|
|
12
13
|
decode: (input: BinaryReader | Uint8Array, length?: number) => TRes;
|
|
@@ -21,18 +22,6 @@ export interface ITxArgs<TMsg> {
|
|
|
21
22
|
fee: StdFee | 'auto';
|
|
22
23
|
memo: string;
|
|
23
24
|
}
|
|
24
|
-
export declare function isISigningClient(client: unknown): client is ISigningClient;
|
|
25
|
-
export interface ISigningClient {
|
|
26
|
-
/**
|
|
27
|
-
* register converters
|
|
28
|
-
*/
|
|
29
|
-
addConverters?: (converters: (AminoConverter | TelescopeGeneratedCodec<any, any, any>)[]) => void;
|
|
30
|
-
/**
|
|
31
|
-
* register encoders
|
|
32
|
-
*/
|
|
33
|
-
addEncoders: (encoders: (Encoder | TelescopeGeneratedCodec<any, any, any>)[]) => void;
|
|
34
|
-
signAndBroadcast: (signerAddress: string, message: Message<any>[], fee: StdFee | "auto", memo: string) => Promise<DeliverTxResponse>;
|
|
35
|
-
}
|
|
36
25
|
export interface TxBuilderOptions {
|
|
37
26
|
msg: TelescopeGeneratedCodec<any, any, any>;
|
|
38
27
|
}
|
package/helper-func-types.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
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
8
|
exports.buildQuery = buildQuery;
|
|
9
|
-
exports.isISigningClient = isISigningClient;
|
|
10
9
|
exports.buildTx = buildTx;
|
|
11
10
|
const extern_1 = require("./extern");
|
|
12
11
|
const helpers_1 = require("./helpers");
|
|
@@ -28,12 +27,6 @@ function buildQuery(opts) {
|
|
|
28
27
|
return opts.decode(response);
|
|
29
28
|
};
|
|
30
29
|
}
|
|
31
|
-
function isISigningClient(client) {
|
|
32
|
-
return client !== null && client !== undefined
|
|
33
|
-
&& typeof client.signAndBroadcast === 'function'
|
|
34
|
-
&& (!client.addConverters || typeof client.addConverters === 'function')
|
|
35
|
-
&& typeof client.addEncoders === 'function';
|
|
36
|
-
}
|
|
37
30
|
function buildTx(opts) {
|
|
38
31
|
if (opts.msg) {
|
|
39
32
|
registerDependencies([opts.msg]);
|
|
@@ -42,7 +35,7 @@ function buildTx(opts) {
|
|
|
42
35
|
if (!client)
|
|
43
36
|
throw new Error("SigningClient is not initialized");
|
|
44
37
|
//register all related encoders and converters
|
|
45
|
-
client.addEncoders((0, utils_1.toEncoders)(opts.msg));
|
|
38
|
+
client.addEncoders?.((0, utils_1.toEncoders)(opts.msg));
|
|
46
39
|
client.addConverters?.((0, utils_1.toConverters)(opts.msg));
|
|
47
40
|
const data = Array.isArray(message)
|
|
48
41
|
? message.map(msg => ({
|
package/helpers.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
2
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
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/helpers.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.
|
|
3
|
+
* This file and any referenced files were automatically generated by @cosmology/telescope@1.12.7
|
|
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
|
*/
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { MsgTransfer, MsgUpdateParams } from "./tx";
|
|
2
|
-
export declare const transfer: (client: import("
|
|
3
|
-
export declare const updateParams: (client: import("
|
|
2
|
+
export declare const transfer: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTransfer | MsgTransfer[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement, MsgChannelUpgradeInit, MsgChannelUpgradeTry, MsgChannelUpgradeAck, MsgChannelUpgradeConfirm, MsgChannelUpgradeOpen, MsgChannelUpgradeTimeout, MsgChannelUpgradeCancel, MsgUpdateParams, MsgPruneAcknowledgements } from "./tx";
|
|
2
|
-
export declare const channelOpenInit: (client: import("
|
|
3
|
-
export declare const channelOpenTry: (client: import("
|
|
4
|
-
export declare const channelOpenAck: (client: import("
|
|
5
|
-
export declare const channelOpenConfirm: (client: import("
|
|
6
|
-
export declare const channelCloseInit: (client: import("
|
|
7
|
-
export declare const channelCloseConfirm: (client: import("
|
|
8
|
-
export declare const recvPacket: (client: import("
|
|
9
|
-
export declare const timeout: (client: import("
|
|
10
|
-
export declare const timeoutOnClose: (client: import("
|
|
11
|
-
export declare const acknowledgement: (client: import("
|
|
12
|
-
export declare const channelUpgradeInit: (client: import("
|
|
13
|
-
export declare const channelUpgradeTry: (client: import("
|
|
14
|
-
export declare const channelUpgradeAck: (client: import("
|
|
15
|
-
export declare const channelUpgradeConfirm: (client: import("
|
|
16
|
-
export declare const channelUpgradeOpen: (client: import("
|
|
17
|
-
export declare const channelUpgradeTimeout: (client: import("
|
|
18
|
-
export declare const channelUpgradeCancel: (client: import("
|
|
19
|
-
export declare const updateChannelParams: (client: import("
|
|
20
|
-
export declare const pruneAcknowledgements: (client: import("
|
|
2
|
+
export declare const channelOpenInit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenInit | MsgChannelOpenInit[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const channelOpenTry: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenTry | MsgChannelOpenTry[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const channelOpenAck: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenAck | MsgChannelOpenAck[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const channelOpenConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelOpenConfirm | MsgChannelOpenConfirm[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
6
|
+
export declare const channelCloseInit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelCloseInit | MsgChannelCloseInit[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const channelCloseConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelCloseConfirm | MsgChannelCloseConfirm[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const recvPacket: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRecvPacket | MsgRecvPacket[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
|
+
export declare const timeout: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTimeout | MsgTimeout[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
|
+
export declare const timeoutOnClose: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTimeoutOnClose | MsgTimeoutOnClose[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
11
|
+
export declare const acknowledgement: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgAcknowledgement | MsgAcknowledgement[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
12
|
+
export declare const channelUpgradeInit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelUpgradeInit | MsgChannelUpgradeInit[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
13
|
+
export declare const channelUpgradeTry: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelUpgradeTry | MsgChannelUpgradeTry[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
14
|
+
export declare const channelUpgradeAck: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelUpgradeAck | MsgChannelUpgradeAck[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
15
|
+
export declare const channelUpgradeConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelUpgradeConfirm | MsgChannelUpgradeConfirm[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
|
+
export declare const channelUpgradeOpen: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelUpgradeOpen | MsgChannelUpgradeOpen[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
17
|
+
export declare const channelUpgradeTimeout: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelUpgradeTimeout | MsgChannelUpgradeTimeout[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
18
|
+
export declare const channelUpgradeCancel: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgChannelUpgradeCancel | MsgChannelUpgradeCancel[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
19
|
+
export declare const updateChannelParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
20
|
+
export declare const pruneAcknowledgements: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgPruneAcknowledgements | MsgPruneAcknowledgements[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MsgCreateClient, MsgUpdateClient, MsgUpgradeClient, MsgSubmitMisbehaviour, MsgRecoverClient, MsgIBCSoftwareUpgrade, MsgUpdateParams } from "./tx";
|
|
2
|
-
export declare const createClient: (client: import("
|
|
3
|
-
export declare const updateClient: (client: import("
|
|
4
|
-
export declare const upgradeClient: (client: import("
|
|
5
|
-
export declare const submitMisbehaviour: (client: import("
|
|
6
|
-
export declare const recoverClient: (client: import("
|
|
7
|
-
export declare const iBCSoftwareUpgrade: (client: import("
|
|
8
|
-
export declare const updateClientParams: (client: import("
|
|
2
|
+
export declare const createClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateClient | MsgCreateClient[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const updateClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateClient | MsgUpdateClient[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const upgradeClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpgradeClient | MsgUpgradeClient[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const submitMisbehaviour: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubmitMisbehaviour | MsgSubmitMisbehaviour[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
6
|
+
export declare const recoverClient: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRecoverClient | MsgRecoverClient[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const iBCSoftwareUpgrade: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgIBCSoftwareUpgrade | MsgIBCSoftwareUpgrade[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const updateClientParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm, MsgUpdateParams } from "./tx";
|
|
2
|
-
export declare const connectionOpenInit: (client: import("
|
|
3
|
-
export declare const connectionOpenTry: (client: import("
|
|
4
|
-
export declare const connectionOpenAck: (client: import("
|
|
5
|
-
export declare const connectionOpenConfirm: (client: import("
|
|
6
|
-
export declare const updateConnectionParams: (client: import("
|
|
2
|
+
export declare const connectionOpenInit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenInit | MsgConnectionOpenInit[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const connectionOpenTry: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenTry | MsgConnectionOpenTry[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const connectionOpenAck: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenAck | MsgConnectionOpenAck[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const connectionOpenConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConnectionOpenConfirm | MsgConnectionOpenConfirm[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
6
|
+
export declare const updateConnectionParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { MsgBid, MsgUpdateParams } from "./tx";
|
|
2
|
-
export declare const bid: (client: import("
|
|
3
|
-
export declare const updateParams: (client: import("
|
|
2
|
+
export declare const bid: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBid | MsgBid[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
import { MsgDeposit, MsgWithdraw, MsgInstantSpotMarketLaunch, MsgInstantPerpetualMarketLaunch, MsgInstantExpiryFuturesMarketLaunch, MsgCreateSpotLimitOrder, MsgBatchCreateSpotLimitOrders, MsgCreateSpotMarketOrder, MsgCancelSpotOrder, MsgBatchCancelSpotOrders, MsgBatchUpdateOrders, MsgPrivilegedExecuteContract, MsgCreateDerivativeLimitOrder, MsgBatchCreateDerivativeLimitOrders, MsgCreateDerivativeMarketOrder, MsgCancelDerivativeOrder, MsgBatchCancelDerivativeOrders, MsgInstantBinaryOptionsMarketLaunch, MsgCreateBinaryOptionsLimitOrder, MsgCreateBinaryOptionsMarketOrder, MsgCancelBinaryOptionsOrder, MsgBatchCancelBinaryOptionsOrders, MsgSubaccountTransfer, MsgExternalTransfer, MsgLiquidatePosition, MsgEmergencySettleMarket, MsgIncreasePositionMargin, MsgDecreasePositionMargin, MsgRewardsOptOut, MsgAdminUpdateBinaryOptionsMarket, MsgUpdateParams, MsgUpdateSpotMarket, MsgUpdateDerivativeMarket, MsgAuthorizeStakeGrants, MsgActivateStakeGrant } from "./tx";
|
|
2
|
-
export declare const deposit: (client: import("
|
|
3
|
-
export declare const withdraw: (client: import("
|
|
4
|
-
export declare const instantSpotMarketLaunch: (client: import("
|
|
5
|
-
export declare const instantPerpetualMarketLaunch: (client: import("
|
|
6
|
-
export declare const instantExpiryFuturesMarketLaunch: (client: import("
|
|
7
|
-
export declare const createSpotLimitOrder: (client: import("
|
|
8
|
-
export declare const batchCreateSpotLimitOrders: (client: import("
|
|
9
|
-
export declare const createSpotMarketOrder: (client: import("
|
|
10
|
-
export declare const cancelSpotOrder: (client: import("
|
|
11
|
-
export declare const batchCancelSpotOrders: (client: import("
|
|
12
|
-
export declare const batchUpdateOrders: (client: import("
|
|
13
|
-
export declare const privilegedExecuteContract: (client: import("
|
|
14
|
-
export declare const createDerivativeLimitOrder: (client: import("
|
|
15
|
-
export declare const batchCreateDerivativeLimitOrders: (client: import("
|
|
16
|
-
export declare const createDerivativeMarketOrder: (client: import("
|
|
17
|
-
export declare const cancelDerivativeOrder: (client: import("
|
|
18
|
-
export declare const batchCancelDerivativeOrders: (client: import("
|
|
19
|
-
export declare const instantBinaryOptionsMarketLaunch: (client: import("
|
|
20
|
-
export declare const createBinaryOptionsLimitOrder: (client: import("
|
|
21
|
-
export declare const createBinaryOptionsMarketOrder: (client: import("
|
|
22
|
-
export declare const cancelBinaryOptionsOrder: (client: import("
|
|
23
|
-
export declare const batchCancelBinaryOptionsOrders: (client: import("
|
|
24
|
-
export declare const subaccountTransfer: (client: import("
|
|
25
|
-
export declare const externalTransfer: (client: import("
|
|
26
|
-
export declare const liquidatePosition: (client: import("
|
|
27
|
-
export declare const emergencySettleMarket: (client: import("
|
|
28
|
-
export declare const increasePositionMargin: (client: import("
|
|
29
|
-
export declare const decreasePositionMargin: (client: import("
|
|
30
|
-
export declare const rewardsOptOut: (client: import("
|
|
31
|
-
export declare const adminUpdateBinaryOptionsMarket: (client: import("
|
|
32
|
-
export declare const updateParams: (client: import("
|
|
33
|
-
export declare const updateSpotMarket: (client: import("
|
|
34
|
-
export declare const updateDerivativeMarket: (client: import("
|
|
35
|
-
export declare const authorizeStakeGrants: (client: import("
|
|
36
|
-
export declare const activateStakeGrant: (client: import("
|
|
2
|
+
export declare const deposit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDeposit | MsgDeposit[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const withdraw: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgWithdraw | MsgWithdraw[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const instantSpotMarketLaunch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgInstantSpotMarketLaunch | MsgInstantSpotMarketLaunch[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const instantPerpetualMarketLaunch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgInstantPerpetualMarketLaunch | MsgInstantPerpetualMarketLaunch[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
6
|
+
export declare const instantExpiryFuturesMarketLaunch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgInstantExpiryFuturesMarketLaunch | MsgInstantExpiryFuturesMarketLaunch[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const createSpotLimitOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateSpotLimitOrder | MsgCreateSpotLimitOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const batchCreateSpotLimitOrders: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBatchCreateSpotLimitOrders | MsgBatchCreateSpotLimitOrders[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
|
+
export declare const createSpotMarketOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateSpotMarketOrder | MsgCreateSpotMarketOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
|
+
export declare const cancelSpotOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCancelSpotOrder | MsgCancelSpotOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
11
|
+
export declare const batchCancelSpotOrders: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBatchCancelSpotOrders | MsgBatchCancelSpotOrders[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
12
|
+
export declare const batchUpdateOrders: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBatchUpdateOrders | MsgBatchUpdateOrders[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
13
|
+
export declare const privilegedExecuteContract: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgPrivilegedExecuteContract | MsgPrivilegedExecuteContract[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
14
|
+
export declare const createDerivativeLimitOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateDerivativeLimitOrder | MsgCreateDerivativeLimitOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
15
|
+
export declare const batchCreateDerivativeLimitOrders: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBatchCreateDerivativeLimitOrders | MsgBatchCreateDerivativeLimitOrders[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
16
|
+
export declare const createDerivativeMarketOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateDerivativeMarketOrder | MsgCreateDerivativeMarketOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
17
|
+
export declare const cancelDerivativeOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCancelDerivativeOrder | MsgCancelDerivativeOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
18
|
+
export declare const batchCancelDerivativeOrders: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBatchCancelDerivativeOrders | MsgBatchCancelDerivativeOrders[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
19
|
+
export declare const instantBinaryOptionsMarketLaunch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgInstantBinaryOptionsMarketLaunch | MsgInstantBinaryOptionsMarketLaunch[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
20
|
+
export declare const createBinaryOptionsLimitOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateBinaryOptionsLimitOrder | MsgCreateBinaryOptionsLimitOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
21
|
+
export declare const createBinaryOptionsMarketOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateBinaryOptionsMarketOrder | MsgCreateBinaryOptionsMarketOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
22
|
+
export declare const cancelBinaryOptionsOrder: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCancelBinaryOptionsOrder | MsgCancelBinaryOptionsOrder[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
23
|
+
export declare const batchCancelBinaryOptionsOrders: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBatchCancelBinaryOptionsOrders | MsgBatchCancelBinaryOptionsOrders[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
24
|
+
export declare const subaccountTransfer: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubaccountTransfer | MsgSubaccountTransfer[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
25
|
+
export declare const externalTransfer: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgExternalTransfer | MsgExternalTransfer[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
26
|
+
export declare const liquidatePosition: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgLiquidatePosition | MsgLiquidatePosition[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
27
|
+
export declare const emergencySettleMarket: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgEmergencySettleMarket | MsgEmergencySettleMarket[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
28
|
+
export declare const increasePositionMargin: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgIncreasePositionMargin | MsgIncreasePositionMargin[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
29
|
+
export declare const decreasePositionMargin: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDecreasePositionMargin | MsgDecreasePositionMargin[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
30
|
+
export declare const rewardsOptOut: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRewardsOptOut | MsgRewardsOptOut[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
31
|
+
export declare const adminUpdateBinaryOptionsMarket: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgAdminUpdateBinaryOptionsMarket | MsgAdminUpdateBinaryOptionsMarket[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
32
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
33
|
+
export declare const updateSpotMarket: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateSpotMarket | MsgUpdateSpotMarket[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
34
|
+
export declare const updateDerivativeMarket: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateDerivativeMarket | MsgUpdateDerivativeMarket[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
35
|
+
export declare const authorizeStakeGrants: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgAuthorizeStakeGrants | MsgAuthorizeStakeGrants[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
36
|
+
export declare const activateStakeGrant: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgActivateStakeGrant | MsgActivateStakeGrant[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MsgCreateInsuranceFund, MsgUnderwrite, MsgRequestRedemption, MsgUpdateParams } from "./tx";
|
|
2
|
-
export declare const createInsuranceFund: (client: import("
|
|
3
|
-
export declare const underwrite: (client: import("
|
|
4
|
-
export declare const requestRedemption: (client: import("
|
|
5
|
-
export declare const updateParams: (client: import("
|
|
2
|
+
export declare const createInsuranceFund: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateInsuranceFund | MsgCreateInsuranceFund[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const underwrite: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUnderwrite | MsgUnderwrite[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const requestRedemption: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRequestRedemption | MsgRequestRedemption[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { MsgCreateFeed, MsgUpdateFeed, MsgTransmit, MsgFundFeedRewardPool, MsgWithdrawFeedRewardPool, MsgSetPayees, MsgTransferPayeeship, MsgAcceptPayeeship, MsgUpdateParams } from "./tx";
|
|
2
|
-
export declare const createFeed: (client: import("
|
|
3
|
-
export declare const updateFeed: (client: import("
|
|
4
|
-
export declare const transmit: (client: import("
|
|
5
|
-
export declare const fundFeedRewardPool: (client: import("
|
|
6
|
-
export declare const withdrawFeedRewardPool: (client: import("
|
|
7
|
-
export declare const setPayees: (client: import("
|
|
8
|
-
export declare const transferPayeeship: (client: import("
|
|
9
|
-
export declare const acceptPayeeship: (client: import("
|
|
10
|
-
export declare const updateParams: (client: import("
|
|
2
|
+
export declare const createFeed: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCreateFeed | MsgCreateFeed[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const updateFeed: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateFeed | MsgUpdateFeed[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const transmit: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTransmit | MsgTransmit[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const fundFeedRewardPool: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgFundFeedRewardPool | MsgFundFeedRewardPool[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
6
|
+
export declare const withdrawFeedRewardPool: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgWithdrawFeedRewardPool | MsgWithdrawFeedRewardPool[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const setPayees: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSetPayees | MsgSetPayees[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const transferPayeeship: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgTransferPayeeship | MsgTransferPayeeship[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
|
+
export declare const acceptPayeeship: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgAcceptPayeeship | MsgAcceptPayeeship[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { MsgRelayProviderPrices, MsgRelayPriceFeedPrice, MsgRelayBandRates, MsgRequestBandIBCRates, MsgRelayCoinbaseMessages, MsgRelayStorkPrices, MsgRelayPythPrices, MsgUpdateParams } from "./tx";
|
|
2
|
-
export declare const relayProviderPrices: (client: import("
|
|
3
|
-
export declare const relayPriceFeedPrice: (client: import("
|
|
4
|
-
export declare const relayBandRates: (client: import("
|
|
5
|
-
export declare const requestBandIBCRates: (client: import("
|
|
6
|
-
export declare const relayCoinbaseMessages: (client: import("
|
|
7
|
-
export declare const relayStorkMessage: (client: import("
|
|
8
|
-
export declare const relayPythPrices: (client: import("
|
|
9
|
-
export declare const updateParams: (client: import("
|
|
2
|
+
export declare const relayProviderPrices: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRelayProviderPrices | MsgRelayProviderPrices[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const relayPriceFeedPrice: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRelayPriceFeedPrice | MsgRelayPriceFeedPrice[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const relayBandRates: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRelayBandRates | MsgRelayBandRates[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const requestBandIBCRates: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRequestBandIBCRates | MsgRequestBandIBCRates[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
6
|
+
export declare const relayCoinbaseMessages: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRelayCoinbaseMessages | MsgRelayCoinbaseMessages[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const relayStorkMessage: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRelayStorkPrices | MsgRelayStorkPrices[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const relayPythPrices: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRelayPythPrices | MsgRelayPythPrices[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { MsgValsetConfirm, MsgSendToEth, MsgRequestBatch, MsgConfirmBatch, MsgDepositClaim, MsgWithdrawClaim, MsgValsetUpdatedClaim, MsgERC20DeployedClaim, MsgSetOrchestratorAddresses, MsgCancelSendToEth, MsgSubmitBadSignatureEvidence, MsgUpdateParams, MsgBlacklistEthereumAddresses, MsgRevokeEthereumBlacklist } from "./msgs";
|
|
2
|
-
export declare const valsetConfirm: (client: import("
|
|
3
|
-
export declare const sendToEth: (client: import("
|
|
4
|
-
export declare const requestBatch: (client: import("
|
|
5
|
-
export declare const confirmBatch: (client: import("
|
|
6
|
-
export declare const depositClaim: (client: import("
|
|
7
|
-
export declare const withdrawClaim: (client: import("
|
|
8
|
-
export declare const valsetUpdateClaim: (client: import("
|
|
9
|
-
export declare const eRC20DeployedClaim: (client: import("
|
|
10
|
-
export declare const setOrchestratorAddresses: (client: import("
|
|
11
|
-
export declare const cancelSendToEth: (client: import("
|
|
12
|
-
export declare const submitBadSignatureEvidence: (client: import("
|
|
13
|
-
export declare const updateParams: (client: import("
|
|
14
|
-
export declare const blacklistEthereumAddresses: (client: import("
|
|
15
|
-
export declare const revokeEthereumBlacklist: (client: import("
|
|
2
|
+
export declare const valsetConfirm: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgValsetConfirm | MsgValsetConfirm[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
3
|
+
export declare const sendToEth: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSendToEth | MsgSendToEth[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
4
|
+
export declare const requestBatch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRequestBatch | MsgRequestBatch[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
5
|
+
export declare const confirmBatch: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgConfirmBatch | MsgConfirmBatch[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
6
|
+
export declare const depositClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgDepositClaim | MsgDepositClaim[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
7
|
+
export declare const withdrawClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgWithdrawClaim | MsgWithdrawClaim[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
8
|
+
export declare const valsetUpdateClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgValsetUpdatedClaim | MsgValsetUpdatedClaim[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
9
|
+
export declare const eRC20DeployedClaim: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgERC20DeployedClaim | MsgERC20DeployedClaim[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
10
|
+
export declare const setOrchestratorAddresses: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSetOrchestratorAddresses | MsgSetOrchestratorAddresses[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
11
|
+
export declare const cancelSendToEth: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgCancelSendToEth | MsgCancelSendToEth[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
12
|
+
export declare const submitBadSignatureEvidence: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgSubmitBadSignatureEvidence | MsgSubmitBadSignatureEvidence[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
13
|
+
export declare const updateParams: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgUpdateParams | MsgUpdateParams[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
14
|
+
export declare const blacklistEthereumAddresses: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgBlacklistEthereumAddresses | MsgBlacklistEthereumAddresses[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|
|
15
|
+
export declare const revokeEthereumBlacklist: (client: import("@interchainjs/cosmos/types/signing-client").ISigningClient, signerAddress: string, message: MsgRevokeEthereumBlacklist | MsgRevokeEthereumBlacklist[], fee: import("../../../types").StdFee | "auto", memo: string) => Promise<import("@interchainjs/types").DeliverTxResponse>;
|