injectivejs 1.6.3 → 1.6.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/binary.d.ts +1 -1
- package/binary.js +1 -1
- package/cosmos/authz/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/authz/v1beta1/tx.registry.js +67 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +59 -0
- package/cosmos/bank/v1beta1/tx.registry.js +85 -0
- package/cosmos/client.d.ts +13 -0
- package/cosmos/client.js +59 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +95 -0
- package/cosmos/distribution/v1beta1/tx.registry.js +139 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/feegrant/v1beta1/tx.registry.js +67 -0
- package/cosmos/gov/v1/tx.registry.d.ts +95 -0
- package/cosmos/gov/v1/tx.registry.js +139 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +59 -0
- package/cosmos/gov/v1beta1/tx.registry.js +85 -0
- package/cosmos/group/v1/tx.registry.d.ts +179 -0
- package/cosmos/group/v1/tx.registry.js +265 -0
- package/cosmos/staking/v1beta1/tx.registry.d.ts +95 -0
- package/cosmos/staking/v1beta1/tx.registry.js +139 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +47 -0
- package/cosmos/vesting/v1beta1/tx.registry.js +67 -0
- package/cosmwasm/client.d.ts +16 -0
- package/cosmwasm/client.js +53 -0
- package/cosmwasm/wasm/v1/tx.registry.d.ts +215 -0
- package/cosmwasm/wasm/v1/tx.registry.js +319 -0
- package/esm/binary.js +1 -1
- package/esm/cosmos/authz/v1beta1/tx.registry.js +64 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +82 -0
- package/esm/cosmos/client.js +31 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +136 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +64 -0
- package/esm/cosmos/gov/v1/tx.registry.js +136 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +82 -0
- package/esm/cosmos/group/v1/tx.registry.js +262 -0
- package/esm/cosmos/staking/v1beta1/tx.registry.js +136 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +64 -0
- package/esm/cosmwasm/client.js +25 -0
- package/esm/cosmwasm/wasm/v1/tx.registry.js +316 -0
- package/esm/extern.js +1 -1
- package/esm/helper-func-types.js +1 -1
- package/esm/helpers.js +1 -1
- package/esm/ibc/applications/transfer/v1/tx.registry.js +46 -0
- package/esm/ibc/client.js +28 -0
- package/esm/ibc/core/channel/v1/tx.registry.js +352 -0
- package/esm/ibc/core/client/v1/tx.registry.js +136 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +100 -0
- package/esm/injective/auction/v1beta1/tx.registry.js +46 -0
- package/esm/injective/client.js +33 -0
- package/esm/injective/exchange/v1beta1/tx.registry.js +640 -0
- package/esm/injective/insurance/v1beta1/tx.registry.js +82 -0
- package/esm/injective/ocr/v1beta1/tx.registry.js +172 -0
- package/esm/injective/oracle/v1beta1/tx.registry.js +154 -0
- package/esm/injective/peggy/v1/msgs.registry.js +262 -0
- package/esm/injective/permissions/v1beta1/tx.registry.js +136 -0
- package/esm/injective/tokenfactory/v1beta1/tx.registry.js +118 -0
- package/esm/injective/wasmx/v1/tx.registry.js +118 -0
- 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 +1 -1
- package/helper-func-types.js +1 -1
- package/helpers.d.ts +1 -1
- package/helpers.js +1 -1
- package/ibc/applications/transfer/v1/tx.registry.d.ts +35 -0
- package/ibc/applications/transfer/v1/tx.registry.js +49 -0
- package/ibc/client.d.ts +16 -0
- package/ibc/client.js +56 -0
- package/ibc/core/channel/v1/tx.registry.d.ts +239 -0
- package/ibc/core/channel/v1/tx.registry.js +355 -0
- package/ibc/core/client/v1/tx.registry.d.ts +95 -0
- package/ibc/core/client/v1/tx.registry.js +139 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +71 -0
- package/ibc/core/connection/v1/tx.registry.js +103 -0
- package/injective/auction/v1beta1/tx.registry.d.ts +35 -0
- package/injective/auction/v1beta1/tx.registry.js +49 -0
- package/injective/client.d.ts +16 -0
- package/injective/client.js +61 -0
- package/injective/exchange/v1beta1/tx.registry.d.ts +431 -0
- package/injective/exchange/v1beta1/tx.registry.js +643 -0
- package/injective/insurance/v1beta1/tx.registry.d.ts +59 -0
- package/injective/insurance/v1beta1/tx.registry.js +85 -0
- package/injective/ocr/v1beta1/tx.registry.d.ts +119 -0
- package/injective/ocr/v1beta1/tx.registry.js +175 -0
- package/injective/oracle/v1beta1/tx.registry.d.ts +107 -0
- package/injective/oracle/v1beta1/tx.registry.js +157 -0
- package/injective/peggy/v1/msgs.registry.d.ts +179 -0
- package/injective/peggy/v1/msgs.registry.js +265 -0
- package/injective/permissions/v1beta1/tx.registry.d.ts +95 -0
- package/injective/permissions/v1beta1/tx.registry.js +139 -0
- package/injective/tokenfactory/v1beta1/tx.registry.d.ts +83 -0
- package/injective/tokenfactory/v1beta1/tx.registry.js +121 -0
- package/injective/wasmx/v1/tx.registry.d.ts +83 -0
- package/injective/wasmx/v1/tx.registry.js +121 -0
- package/package.json +2 -2
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/types.d.ts +1 -1
- 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
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { MsgCreateInsuranceFund, MsgUnderwrite, MsgRequestRedemption, MsgUpdateParams } from "./tx";
|
|
3
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
|
+
export declare const MessageComposer: {
|
|
5
|
+
encoded: {
|
|
6
|
+
createInsuranceFund(value: MsgCreateInsuranceFund): {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
value: Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
underwrite(value: MsgUnderwrite): {
|
|
11
|
+
typeUrl: string;
|
|
12
|
+
value: Uint8Array;
|
|
13
|
+
};
|
|
14
|
+
requestRedemption(value: MsgRequestRedemption): {
|
|
15
|
+
typeUrl: string;
|
|
16
|
+
value: Uint8Array;
|
|
17
|
+
};
|
|
18
|
+
updateParams(value: MsgUpdateParams): {
|
|
19
|
+
typeUrl: string;
|
|
20
|
+
value: Uint8Array;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
withTypeUrl: {
|
|
24
|
+
createInsuranceFund(value: MsgCreateInsuranceFund): {
|
|
25
|
+
typeUrl: string;
|
|
26
|
+
value: MsgCreateInsuranceFund;
|
|
27
|
+
};
|
|
28
|
+
underwrite(value: MsgUnderwrite): {
|
|
29
|
+
typeUrl: string;
|
|
30
|
+
value: MsgUnderwrite;
|
|
31
|
+
};
|
|
32
|
+
requestRedemption(value: MsgRequestRedemption): {
|
|
33
|
+
typeUrl: string;
|
|
34
|
+
value: MsgRequestRedemption;
|
|
35
|
+
};
|
|
36
|
+
updateParams(value: MsgUpdateParams): {
|
|
37
|
+
typeUrl: string;
|
|
38
|
+
value: MsgUpdateParams;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
fromPartial: {
|
|
42
|
+
createInsuranceFund(value: MsgCreateInsuranceFund): {
|
|
43
|
+
typeUrl: string;
|
|
44
|
+
value: MsgCreateInsuranceFund;
|
|
45
|
+
};
|
|
46
|
+
underwrite(value: MsgUnderwrite): {
|
|
47
|
+
typeUrl: string;
|
|
48
|
+
value: MsgUnderwrite;
|
|
49
|
+
};
|
|
50
|
+
requestRedemption(value: MsgRequestRedemption): {
|
|
51
|
+
typeUrl: string;
|
|
52
|
+
value: MsgRequestRedemption;
|
|
53
|
+
};
|
|
54
|
+
updateParams(value: MsgUpdateParams): {
|
|
55
|
+
typeUrl: string;
|
|
56
|
+
value: MsgUpdateParams;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MessageComposer = exports.registry = void 0;
|
|
4
|
+
const tx_1 = require("./tx");
|
|
5
|
+
exports.registry = [["/injective.insurance.v1beta1.MsgCreateInsuranceFund", tx_1.MsgCreateInsuranceFund], ["/injective.insurance.v1beta1.MsgUnderwrite", tx_1.MsgUnderwrite], ["/injective.insurance.v1beta1.MsgRequestRedemption", tx_1.MsgRequestRedemption], ["/injective.insurance.v1beta1.MsgUpdateParams", tx_1.MsgUpdateParams]];
|
|
6
|
+
exports.MessageComposer = {
|
|
7
|
+
encoded: {
|
|
8
|
+
createInsuranceFund(value) {
|
|
9
|
+
return {
|
|
10
|
+
typeUrl: "/injective.insurance.v1beta1.MsgCreateInsuranceFund",
|
|
11
|
+
value: tx_1.MsgCreateInsuranceFund.encode(value).finish()
|
|
12
|
+
};
|
|
13
|
+
},
|
|
14
|
+
underwrite(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/injective.insurance.v1beta1.MsgUnderwrite",
|
|
17
|
+
value: tx_1.MsgUnderwrite.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
},
|
|
20
|
+
requestRedemption(value) {
|
|
21
|
+
return {
|
|
22
|
+
typeUrl: "/injective.insurance.v1beta1.MsgRequestRedemption",
|
|
23
|
+
value: tx_1.MsgRequestRedemption.encode(value).finish()
|
|
24
|
+
};
|
|
25
|
+
},
|
|
26
|
+
updateParams(value) {
|
|
27
|
+
return {
|
|
28
|
+
typeUrl: "/injective.insurance.v1beta1.MsgUpdateParams",
|
|
29
|
+
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
withTypeUrl: {
|
|
34
|
+
createInsuranceFund(value) {
|
|
35
|
+
return {
|
|
36
|
+
typeUrl: "/injective.insurance.v1beta1.MsgCreateInsuranceFund",
|
|
37
|
+
value
|
|
38
|
+
};
|
|
39
|
+
},
|
|
40
|
+
underwrite(value) {
|
|
41
|
+
return {
|
|
42
|
+
typeUrl: "/injective.insurance.v1beta1.MsgUnderwrite",
|
|
43
|
+
value
|
|
44
|
+
};
|
|
45
|
+
},
|
|
46
|
+
requestRedemption(value) {
|
|
47
|
+
return {
|
|
48
|
+
typeUrl: "/injective.insurance.v1beta1.MsgRequestRedemption",
|
|
49
|
+
value
|
|
50
|
+
};
|
|
51
|
+
},
|
|
52
|
+
updateParams(value) {
|
|
53
|
+
return {
|
|
54
|
+
typeUrl: "/injective.insurance.v1beta1.MsgUpdateParams",
|
|
55
|
+
value
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
fromPartial: {
|
|
60
|
+
createInsuranceFund(value) {
|
|
61
|
+
return {
|
|
62
|
+
typeUrl: "/injective.insurance.v1beta1.MsgCreateInsuranceFund",
|
|
63
|
+
value: tx_1.MsgCreateInsuranceFund.fromPartial(value)
|
|
64
|
+
};
|
|
65
|
+
},
|
|
66
|
+
underwrite(value) {
|
|
67
|
+
return {
|
|
68
|
+
typeUrl: "/injective.insurance.v1beta1.MsgUnderwrite",
|
|
69
|
+
value: tx_1.MsgUnderwrite.fromPartial(value)
|
|
70
|
+
};
|
|
71
|
+
},
|
|
72
|
+
requestRedemption(value) {
|
|
73
|
+
return {
|
|
74
|
+
typeUrl: "/injective.insurance.v1beta1.MsgRequestRedemption",
|
|
75
|
+
value: tx_1.MsgRequestRedemption.fromPartial(value)
|
|
76
|
+
};
|
|
77
|
+
},
|
|
78
|
+
updateParams(value) {
|
|
79
|
+
return {
|
|
80
|
+
typeUrl: "/injective.insurance.v1beta1.MsgUpdateParams",
|
|
81
|
+
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
};
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { MsgCreateFeed, MsgUpdateFeed, MsgTransmit, MsgFundFeedRewardPool, MsgWithdrawFeedRewardPool, MsgSetPayees, MsgTransferPayeeship, MsgAcceptPayeeship, MsgUpdateParams } from "./tx";
|
|
3
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
|
+
export declare const MessageComposer: {
|
|
5
|
+
encoded: {
|
|
6
|
+
createFeed(value: MsgCreateFeed): {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
value: Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
updateFeed(value: MsgUpdateFeed): {
|
|
11
|
+
typeUrl: string;
|
|
12
|
+
value: Uint8Array;
|
|
13
|
+
};
|
|
14
|
+
transmit(value: MsgTransmit): {
|
|
15
|
+
typeUrl: string;
|
|
16
|
+
value: Uint8Array;
|
|
17
|
+
};
|
|
18
|
+
fundFeedRewardPool(value: MsgFundFeedRewardPool): {
|
|
19
|
+
typeUrl: string;
|
|
20
|
+
value: Uint8Array;
|
|
21
|
+
};
|
|
22
|
+
withdrawFeedRewardPool(value: MsgWithdrawFeedRewardPool): {
|
|
23
|
+
typeUrl: string;
|
|
24
|
+
value: Uint8Array;
|
|
25
|
+
};
|
|
26
|
+
setPayees(value: MsgSetPayees): {
|
|
27
|
+
typeUrl: string;
|
|
28
|
+
value: Uint8Array;
|
|
29
|
+
};
|
|
30
|
+
transferPayeeship(value: MsgTransferPayeeship): {
|
|
31
|
+
typeUrl: string;
|
|
32
|
+
value: Uint8Array;
|
|
33
|
+
};
|
|
34
|
+
acceptPayeeship(value: MsgAcceptPayeeship): {
|
|
35
|
+
typeUrl: string;
|
|
36
|
+
value: Uint8Array;
|
|
37
|
+
};
|
|
38
|
+
updateParams(value: MsgUpdateParams): {
|
|
39
|
+
typeUrl: string;
|
|
40
|
+
value: Uint8Array;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
withTypeUrl: {
|
|
44
|
+
createFeed(value: MsgCreateFeed): {
|
|
45
|
+
typeUrl: string;
|
|
46
|
+
value: MsgCreateFeed;
|
|
47
|
+
};
|
|
48
|
+
updateFeed(value: MsgUpdateFeed): {
|
|
49
|
+
typeUrl: string;
|
|
50
|
+
value: MsgUpdateFeed;
|
|
51
|
+
};
|
|
52
|
+
transmit(value: MsgTransmit): {
|
|
53
|
+
typeUrl: string;
|
|
54
|
+
value: MsgTransmit;
|
|
55
|
+
};
|
|
56
|
+
fundFeedRewardPool(value: MsgFundFeedRewardPool): {
|
|
57
|
+
typeUrl: string;
|
|
58
|
+
value: MsgFundFeedRewardPool;
|
|
59
|
+
};
|
|
60
|
+
withdrawFeedRewardPool(value: MsgWithdrawFeedRewardPool): {
|
|
61
|
+
typeUrl: string;
|
|
62
|
+
value: MsgWithdrawFeedRewardPool;
|
|
63
|
+
};
|
|
64
|
+
setPayees(value: MsgSetPayees): {
|
|
65
|
+
typeUrl: string;
|
|
66
|
+
value: MsgSetPayees;
|
|
67
|
+
};
|
|
68
|
+
transferPayeeship(value: MsgTransferPayeeship): {
|
|
69
|
+
typeUrl: string;
|
|
70
|
+
value: MsgTransferPayeeship;
|
|
71
|
+
};
|
|
72
|
+
acceptPayeeship(value: MsgAcceptPayeeship): {
|
|
73
|
+
typeUrl: string;
|
|
74
|
+
value: MsgAcceptPayeeship;
|
|
75
|
+
};
|
|
76
|
+
updateParams(value: MsgUpdateParams): {
|
|
77
|
+
typeUrl: string;
|
|
78
|
+
value: MsgUpdateParams;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
fromPartial: {
|
|
82
|
+
createFeed(value: MsgCreateFeed): {
|
|
83
|
+
typeUrl: string;
|
|
84
|
+
value: MsgCreateFeed;
|
|
85
|
+
};
|
|
86
|
+
updateFeed(value: MsgUpdateFeed): {
|
|
87
|
+
typeUrl: string;
|
|
88
|
+
value: MsgUpdateFeed;
|
|
89
|
+
};
|
|
90
|
+
transmit(value: MsgTransmit): {
|
|
91
|
+
typeUrl: string;
|
|
92
|
+
value: MsgTransmit;
|
|
93
|
+
};
|
|
94
|
+
fundFeedRewardPool(value: MsgFundFeedRewardPool): {
|
|
95
|
+
typeUrl: string;
|
|
96
|
+
value: MsgFundFeedRewardPool;
|
|
97
|
+
};
|
|
98
|
+
withdrawFeedRewardPool(value: MsgWithdrawFeedRewardPool): {
|
|
99
|
+
typeUrl: string;
|
|
100
|
+
value: MsgWithdrawFeedRewardPool;
|
|
101
|
+
};
|
|
102
|
+
setPayees(value: MsgSetPayees): {
|
|
103
|
+
typeUrl: string;
|
|
104
|
+
value: MsgSetPayees;
|
|
105
|
+
};
|
|
106
|
+
transferPayeeship(value: MsgTransferPayeeship): {
|
|
107
|
+
typeUrl: string;
|
|
108
|
+
value: MsgTransferPayeeship;
|
|
109
|
+
};
|
|
110
|
+
acceptPayeeship(value: MsgAcceptPayeeship): {
|
|
111
|
+
typeUrl: string;
|
|
112
|
+
value: MsgAcceptPayeeship;
|
|
113
|
+
};
|
|
114
|
+
updateParams(value: MsgUpdateParams): {
|
|
115
|
+
typeUrl: string;
|
|
116
|
+
value: MsgUpdateParams;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
119
|
+
};
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.MessageComposer = exports.registry = void 0;
|
|
4
|
+
const tx_1 = require("./tx");
|
|
5
|
+
exports.registry = [["/injective.ocr.v1beta1.MsgCreateFeed", tx_1.MsgCreateFeed], ["/injective.ocr.v1beta1.MsgUpdateFeed", tx_1.MsgUpdateFeed], ["/injective.ocr.v1beta1.MsgTransmit", tx_1.MsgTransmit], ["/injective.ocr.v1beta1.MsgFundFeedRewardPool", tx_1.MsgFundFeedRewardPool], ["/injective.ocr.v1beta1.MsgWithdrawFeedRewardPool", tx_1.MsgWithdrawFeedRewardPool], ["/injective.ocr.v1beta1.MsgSetPayees", tx_1.MsgSetPayees], ["/injective.ocr.v1beta1.MsgTransferPayeeship", tx_1.MsgTransferPayeeship], ["/injective.ocr.v1beta1.MsgAcceptPayeeship", tx_1.MsgAcceptPayeeship], ["/injective.ocr.v1beta1.MsgUpdateParams", tx_1.MsgUpdateParams]];
|
|
6
|
+
exports.MessageComposer = {
|
|
7
|
+
encoded: {
|
|
8
|
+
createFeed(value) {
|
|
9
|
+
return {
|
|
10
|
+
typeUrl: "/injective.ocr.v1beta1.MsgCreateFeed",
|
|
11
|
+
value: tx_1.MsgCreateFeed.encode(value).finish()
|
|
12
|
+
};
|
|
13
|
+
},
|
|
14
|
+
updateFeed(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/injective.ocr.v1beta1.MsgUpdateFeed",
|
|
17
|
+
value: tx_1.MsgUpdateFeed.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
},
|
|
20
|
+
transmit(value) {
|
|
21
|
+
return {
|
|
22
|
+
typeUrl: "/injective.ocr.v1beta1.MsgTransmit",
|
|
23
|
+
value: tx_1.MsgTransmit.encode(value).finish()
|
|
24
|
+
};
|
|
25
|
+
},
|
|
26
|
+
fundFeedRewardPool(value) {
|
|
27
|
+
return {
|
|
28
|
+
typeUrl: "/injective.ocr.v1beta1.MsgFundFeedRewardPool",
|
|
29
|
+
value: tx_1.MsgFundFeedRewardPool.encode(value).finish()
|
|
30
|
+
};
|
|
31
|
+
},
|
|
32
|
+
withdrawFeedRewardPool(value) {
|
|
33
|
+
return {
|
|
34
|
+
typeUrl: "/injective.ocr.v1beta1.MsgWithdrawFeedRewardPool",
|
|
35
|
+
value: tx_1.MsgWithdrawFeedRewardPool.encode(value).finish()
|
|
36
|
+
};
|
|
37
|
+
},
|
|
38
|
+
setPayees(value) {
|
|
39
|
+
return {
|
|
40
|
+
typeUrl: "/injective.ocr.v1beta1.MsgSetPayees",
|
|
41
|
+
value: tx_1.MsgSetPayees.encode(value).finish()
|
|
42
|
+
};
|
|
43
|
+
},
|
|
44
|
+
transferPayeeship(value) {
|
|
45
|
+
return {
|
|
46
|
+
typeUrl: "/injective.ocr.v1beta1.MsgTransferPayeeship",
|
|
47
|
+
value: tx_1.MsgTransferPayeeship.encode(value).finish()
|
|
48
|
+
};
|
|
49
|
+
},
|
|
50
|
+
acceptPayeeship(value) {
|
|
51
|
+
return {
|
|
52
|
+
typeUrl: "/injective.ocr.v1beta1.MsgAcceptPayeeship",
|
|
53
|
+
value: tx_1.MsgAcceptPayeeship.encode(value).finish()
|
|
54
|
+
};
|
|
55
|
+
},
|
|
56
|
+
updateParams(value) {
|
|
57
|
+
return {
|
|
58
|
+
typeUrl: "/injective.ocr.v1beta1.MsgUpdateParams",
|
|
59
|
+
value: tx_1.MsgUpdateParams.encode(value).finish()
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
withTypeUrl: {
|
|
64
|
+
createFeed(value) {
|
|
65
|
+
return {
|
|
66
|
+
typeUrl: "/injective.ocr.v1beta1.MsgCreateFeed",
|
|
67
|
+
value
|
|
68
|
+
};
|
|
69
|
+
},
|
|
70
|
+
updateFeed(value) {
|
|
71
|
+
return {
|
|
72
|
+
typeUrl: "/injective.ocr.v1beta1.MsgUpdateFeed",
|
|
73
|
+
value
|
|
74
|
+
};
|
|
75
|
+
},
|
|
76
|
+
transmit(value) {
|
|
77
|
+
return {
|
|
78
|
+
typeUrl: "/injective.ocr.v1beta1.MsgTransmit",
|
|
79
|
+
value
|
|
80
|
+
};
|
|
81
|
+
},
|
|
82
|
+
fundFeedRewardPool(value) {
|
|
83
|
+
return {
|
|
84
|
+
typeUrl: "/injective.ocr.v1beta1.MsgFundFeedRewardPool",
|
|
85
|
+
value
|
|
86
|
+
};
|
|
87
|
+
},
|
|
88
|
+
withdrawFeedRewardPool(value) {
|
|
89
|
+
return {
|
|
90
|
+
typeUrl: "/injective.ocr.v1beta1.MsgWithdrawFeedRewardPool",
|
|
91
|
+
value
|
|
92
|
+
};
|
|
93
|
+
},
|
|
94
|
+
setPayees(value) {
|
|
95
|
+
return {
|
|
96
|
+
typeUrl: "/injective.ocr.v1beta1.MsgSetPayees",
|
|
97
|
+
value
|
|
98
|
+
};
|
|
99
|
+
},
|
|
100
|
+
transferPayeeship(value) {
|
|
101
|
+
return {
|
|
102
|
+
typeUrl: "/injective.ocr.v1beta1.MsgTransferPayeeship",
|
|
103
|
+
value
|
|
104
|
+
};
|
|
105
|
+
},
|
|
106
|
+
acceptPayeeship(value) {
|
|
107
|
+
return {
|
|
108
|
+
typeUrl: "/injective.ocr.v1beta1.MsgAcceptPayeeship",
|
|
109
|
+
value
|
|
110
|
+
};
|
|
111
|
+
},
|
|
112
|
+
updateParams(value) {
|
|
113
|
+
return {
|
|
114
|
+
typeUrl: "/injective.ocr.v1beta1.MsgUpdateParams",
|
|
115
|
+
value
|
|
116
|
+
};
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
fromPartial: {
|
|
120
|
+
createFeed(value) {
|
|
121
|
+
return {
|
|
122
|
+
typeUrl: "/injective.ocr.v1beta1.MsgCreateFeed",
|
|
123
|
+
value: tx_1.MsgCreateFeed.fromPartial(value)
|
|
124
|
+
};
|
|
125
|
+
},
|
|
126
|
+
updateFeed(value) {
|
|
127
|
+
return {
|
|
128
|
+
typeUrl: "/injective.ocr.v1beta1.MsgUpdateFeed",
|
|
129
|
+
value: tx_1.MsgUpdateFeed.fromPartial(value)
|
|
130
|
+
};
|
|
131
|
+
},
|
|
132
|
+
transmit(value) {
|
|
133
|
+
return {
|
|
134
|
+
typeUrl: "/injective.ocr.v1beta1.MsgTransmit",
|
|
135
|
+
value: tx_1.MsgTransmit.fromPartial(value)
|
|
136
|
+
};
|
|
137
|
+
},
|
|
138
|
+
fundFeedRewardPool(value) {
|
|
139
|
+
return {
|
|
140
|
+
typeUrl: "/injective.ocr.v1beta1.MsgFundFeedRewardPool",
|
|
141
|
+
value: tx_1.MsgFundFeedRewardPool.fromPartial(value)
|
|
142
|
+
};
|
|
143
|
+
},
|
|
144
|
+
withdrawFeedRewardPool(value) {
|
|
145
|
+
return {
|
|
146
|
+
typeUrl: "/injective.ocr.v1beta1.MsgWithdrawFeedRewardPool",
|
|
147
|
+
value: tx_1.MsgWithdrawFeedRewardPool.fromPartial(value)
|
|
148
|
+
};
|
|
149
|
+
},
|
|
150
|
+
setPayees(value) {
|
|
151
|
+
return {
|
|
152
|
+
typeUrl: "/injective.ocr.v1beta1.MsgSetPayees",
|
|
153
|
+
value: tx_1.MsgSetPayees.fromPartial(value)
|
|
154
|
+
};
|
|
155
|
+
},
|
|
156
|
+
transferPayeeship(value) {
|
|
157
|
+
return {
|
|
158
|
+
typeUrl: "/injective.ocr.v1beta1.MsgTransferPayeeship",
|
|
159
|
+
value: tx_1.MsgTransferPayeeship.fromPartial(value)
|
|
160
|
+
};
|
|
161
|
+
},
|
|
162
|
+
acceptPayeeship(value) {
|
|
163
|
+
return {
|
|
164
|
+
typeUrl: "/injective.ocr.v1beta1.MsgAcceptPayeeship",
|
|
165
|
+
value: tx_1.MsgAcceptPayeeship.fromPartial(value)
|
|
166
|
+
};
|
|
167
|
+
},
|
|
168
|
+
updateParams(value) {
|
|
169
|
+
return {
|
|
170
|
+
typeUrl: "/injective.ocr.v1beta1.MsgUpdateParams",
|
|
171
|
+
value: tx_1.MsgUpdateParams.fromPartial(value)
|
|
172
|
+
};
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { MsgRelayProviderPrices, MsgRelayPriceFeedPrice, MsgRelayBandRates, MsgRequestBandIBCRates, MsgRelayCoinbaseMessages, MsgRelayStorkPrices, MsgRelayPythPrices, MsgUpdateParams } from "./tx";
|
|
3
|
+
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
|
+
export declare const MessageComposer: {
|
|
5
|
+
encoded: {
|
|
6
|
+
relayProviderPrices(value: MsgRelayProviderPrices): {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
value: Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
relayPriceFeedPrice(value: MsgRelayPriceFeedPrice): {
|
|
11
|
+
typeUrl: string;
|
|
12
|
+
value: Uint8Array;
|
|
13
|
+
};
|
|
14
|
+
relayBandRates(value: MsgRelayBandRates): {
|
|
15
|
+
typeUrl: string;
|
|
16
|
+
value: Uint8Array;
|
|
17
|
+
};
|
|
18
|
+
requestBandIBCRates(value: MsgRequestBandIBCRates): {
|
|
19
|
+
typeUrl: string;
|
|
20
|
+
value: Uint8Array;
|
|
21
|
+
};
|
|
22
|
+
relayCoinbaseMessages(value: MsgRelayCoinbaseMessages): {
|
|
23
|
+
typeUrl: string;
|
|
24
|
+
value: Uint8Array;
|
|
25
|
+
};
|
|
26
|
+
relayStorkMessage(value: MsgRelayStorkPrices): {
|
|
27
|
+
typeUrl: string;
|
|
28
|
+
value: Uint8Array;
|
|
29
|
+
};
|
|
30
|
+
relayPythPrices(value: MsgRelayPythPrices): {
|
|
31
|
+
typeUrl: string;
|
|
32
|
+
value: Uint8Array;
|
|
33
|
+
};
|
|
34
|
+
updateParams(value: MsgUpdateParams): {
|
|
35
|
+
typeUrl: string;
|
|
36
|
+
value: Uint8Array;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
withTypeUrl: {
|
|
40
|
+
relayProviderPrices(value: MsgRelayProviderPrices): {
|
|
41
|
+
typeUrl: string;
|
|
42
|
+
value: MsgRelayProviderPrices;
|
|
43
|
+
};
|
|
44
|
+
relayPriceFeedPrice(value: MsgRelayPriceFeedPrice): {
|
|
45
|
+
typeUrl: string;
|
|
46
|
+
value: MsgRelayPriceFeedPrice;
|
|
47
|
+
};
|
|
48
|
+
relayBandRates(value: MsgRelayBandRates): {
|
|
49
|
+
typeUrl: string;
|
|
50
|
+
value: MsgRelayBandRates;
|
|
51
|
+
};
|
|
52
|
+
requestBandIBCRates(value: MsgRequestBandIBCRates): {
|
|
53
|
+
typeUrl: string;
|
|
54
|
+
value: MsgRequestBandIBCRates;
|
|
55
|
+
};
|
|
56
|
+
relayCoinbaseMessages(value: MsgRelayCoinbaseMessages): {
|
|
57
|
+
typeUrl: string;
|
|
58
|
+
value: MsgRelayCoinbaseMessages;
|
|
59
|
+
};
|
|
60
|
+
relayStorkMessage(value: MsgRelayStorkPrices): {
|
|
61
|
+
typeUrl: string;
|
|
62
|
+
value: MsgRelayStorkPrices;
|
|
63
|
+
};
|
|
64
|
+
relayPythPrices(value: MsgRelayPythPrices): {
|
|
65
|
+
typeUrl: string;
|
|
66
|
+
value: MsgRelayPythPrices;
|
|
67
|
+
};
|
|
68
|
+
updateParams(value: MsgUpdateParams): {
|
|
69
|
+
typeUrl: string;
|
|
70
|
+
value: MsgUpdateParams;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
fromPartial: {
|
|
74
|
+
relayProviderPrices(value: MsgRelayProviderPrices): {
|
|
75
|
+
typeUrl: string;
|
|
76
|
+
value: MsgRelayProviderPrices;
|
|
77
|
+
};
|
|
78
|
+
relayPriceFeedPrice(value: MsgRelayPriceFeedPrice): {
|
|
79
|
+
typeUrl: string;
|
|
80
|
+
value: MsgRelayPriceFeedPrice;
|
|
81
|
+
};
|
|
82
|
+
relayBandRates(value: MsgRelayBandRates): {
|
|
83
|
+
typeUrl: string;
|
|
84
|
+
value: MsgRelayBandRates;
|
|
85
|
+
};
|
|
86
|
+
requestBandIBCRates(value: MsgRequestBandIBCRates): {
|
|
87
|
+
typeUrl: string;
|
|
88
|
+
value: MsgRequestBandIBCRates;
|
|
89
|
+
};
|
|
90
|
+
relayCoinbaseMessages(value: MsgRelayCoinbaseMessages): {
|
|
91
|
+
typeUrl: string;
|
|
92
|
+
value: MsgRelayCoinbaseMessages;
|
|
93
|
+
};
|
|
94
|
+
relayStorkMessage(value: MsgRelayStorkPrices): {
|
|
95
|
+
typeUrl: string;
|
|
96
|
+
value: MsgRelayStorkPrices;
|
|
97
|
+
};
|
|
98
|
+
relayPythPrices(value: MsgRelayPythPrices): {
|
|
99
|
+
typeUrl: string;
|
|
100
|
+
value: MsgRelayPythPrices;
|
|
101
|
+
};
|
|
102
|
+
updateParams(value: MsgUpdateParams): {
|
|
103
|
+
typeUrl: string;
|
|
104
|
+
value: MsgUpdateParams;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
};
|