@agoric/cosmic-proto 0.4.1-dev-3f2b479.0 → 0.4.1-dev-841f246.0
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/dist/codegen/cosmos/auth/v1beta1/query.d.ts +238 -61
- package/dist/codegen/cosmos/auth/v1beta1/query.js +311 -69
- package/dist/codegen/cosmos/auth/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/authz.d.ts +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/authz.js +3 -3
- package/dist/codegen/cosmos/authz/v1beta1/authz.js.map +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts +2 -4
- package/dist/codegen/cosmos/authz/v1beta1/tx.js +2 -10
- package/dist/codegen/cosmos/authz/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.d.ts +22 -2
- package/dist/codegen/cosmos/bank/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts +1 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts +45 -0
- package/dist/codegen/cosmos/base/node/v1beta1/query.js +111 -0
- package/dist/codegen/cosmos/base/node/v1beta1/query.js.map +1 -0
- package/dist/codegen/cosmos/bundle.d.ts +3421 -3221
- package/dist/codegen/cosmos/bundle.js +76 -69
- package/dist/codegen/cosmos/bundle.js.map +1 -1
- package/dist/codegen/cosmos/crypto/keyring/v1/record.d.ts +4 -6
- package/dist/codegen/cosmos/crypto/keyring/v1/record.js +0 -11
- package/dist/codegen/cosmos/crypto/keyring/v1/record.js.map +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts +2 -0
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +5 -5
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js +3 -3
- package/dist/codegen/cosmos/feegrant/v1beta1/feegrant.js.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/query.d.ts +20 -4
- package/dist/codegen/cosmos/feegrant/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js +2 -2
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/gov.d.ts +1 -1
- package/dist/codegen/cosmos/gov/v1/gov.js +1 -1
- package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/query.d.ts +1 -1
- package/dist/codegen/cosmos/gov/v1/tx.d.ts +3 -7
- package/dist/codegen/cosmos/gov/v1/tx.js +2 -20
- package/dist/codegen/cosmos/gov/v1/tx.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/gov.d.ts +4 -8
- package/dist/codegen/cosmos/gov/v1beta1/gov.js +3 -21
- package/dist/codegen/cosmos/gov/v1beta1/gov.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/query.d.ts +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/tx.d.ts +3 -7
- package/dist/codegen/cosmos/gov/v1beta1/tx.js +2 -20
- package/dist/codegen/cosmos/gov/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/group/v1/events.d.ts +34 -1
- package/dist/codegen/cosmos/group/v1/events.js +104 -1
- package/dist/codegen/cosmos/group/v1/events.js.map +1 -1
- package/dist/codegen/cosmos/group/v1/query.d.ts +67 -0
- package/dist/codegen/cosmos/group/v1/query.js +149 -0
- package/dist/codegen/cosmos/group/v1/query.js.map +1 -1
- package/dist/codegen/cosmos/group/v1/tx.d.ts +40 -34
- package/dist/codegen/cosmos/group/v1/tx.js +93 -65
- package/dist/codegen/cosmos/group/v1/tx.js.map +1 -1
- package/dist/codegen/cosmos/group/v1/types.d.ts +118 -75
- package/dist/codegen/cosmos/group/v1/types.js +89 -117
- package/dist/codegen/cosmos/group/v1/types.js.map +1 -1
- package/dist/codegen/cosmos/params/v1beta1/query.d.ts +12 -0
- package/dist/codegen/cosmos/params/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/query.d.ts +3 -3
- package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +5 -1
- package/dist/codegen/cosmos/staking/v1beta1/staking.js.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +68 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.js +150 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +13 -0
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js +18 -0
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/service.d.ts +24 -2
- package/dist/codegen/cosmos/tx/v1beta1/service.js +42 -0
- package/dist/codegen/cosmos/tx/v1beta1/service.js.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts +12 -5
- package/dist/codegen/cosmos/tx/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/vesting/v1beta1/tx.d.ts +206 -2
- package/dist/codegen/cosmos/vesting/v1beta1/tx.js +419 -0
- package/dist/codegen/cosmos/vesting/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/vesting/v1beta1/vesting.d.ts +59 -2
- package/dist/codegen/cosmos/vesting/v1beta1/vesting.js +132 -0
- package/dist/codegen/cosmos/vesting/v1beta1/vesting.js.map +1 -1
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +6 -6
- package/dist/codegen/ibc/bundle.d.ts +122 -122
- package/dist/codegen/ibc/bundle.js +4 -4
- package/dist/codegen/tendermint/bundle.d.ts +716 -716
- package/dist/codegen/tendermint/bundle.js +17 -17
- package/package.json +8 -5
|
@@ -9,6 +9,7 @@ export interface MsgCreateVestingAccount {
|
|
|
9
9
|
fromAddress: string;
|
|
10
10
|
toAddress: string;
|
|
11
11
|
amount: Coin[];
|
|
12
|
+
/** end of vesting as unix time (in seconds). */
|
|
12
13
|
endTime: bigint;
|
|
13
14
|
delayed: boolean;
|
|
14
15
|
}
|
|
@@ -40,6 +41,8 @@ export interface MsgCreateVestingAccountResponseSDKType {
|
|
|
40
41
|
/**
|
|
41
42
|
* MsgCreatePermanentLockedAccount defines a message that enables creating a permanent
|
|
42
43
|
* locked account.
|
|
44
|
+
*
|
|
45
|
+
* Since: cosmos-sdk 0.46
|
|
43
46
|
*/
|
|
44
47
|
export interface MsgCreatePermanentLockedAccount {
|
|
45
48
|
fromAddress: string;
|
|
@@ -53,31 +56,50 @@ export interface MsgCreatePermanentLockedAccountProtoMsg {
|
|
|
53
56
|
/**
|
|
54
57
|
* MsgCreatePermanentLockedAccount defines a message that enables creating a permanent
|
|
55
58
|
* locked account.
|
|
59
|
+
*
|
|
60
|
+
* Since: cosmos-sdk 0.46
|
|
56
61
|
*/
|
|
57
62
|
export interface MsgCreatePermanentLockedAccountSDKType {
|
|
58
63
|
from_address: string;
|
|
59
64
|
to_address: string;
|
|
60
65
|
amount: CoinSDKType[];
|
|
61
66
|
}
|
|
62
|
-
/**
|
|
67
|
+
/**
|
|
68
|
+
* MsgCreatePermanentLockedAccountResponse defines the Msg/CreatePermanentLockedAccount response type.
|
|
69
|
+
*
|
|
70
|
+
* Since: cosmos-sdk 0.46
|
|
71
|
+
*/
|
|
63
72
|
export interface MsgCreatePermanentLockedAccountResponse {
|
|
64
73
|
}
|
|
65
74
|
export interface MsgCreatePermanentLockedAccountResponseProtoMsg {
|
|
66
75
|
typeUrl: '/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccountResponse';
|
|
67
76
|
value: Uint8Array;
|
|
68
77
|
}
|
|
69
|
-
/**
|
|
78
|
+
/**
|
|
79
|
+
* MsgCreatePermanentLockedAccountResponse defines the Msg/CreatePermanentLockedAccount response type.
|
|
80
|
+
*
|
|
81
|
+
* Since: cosmos-sdk 0.46
|
|
82
|
+
*/
|
|
70
83
|
export interface MsgCreatePermanentLockedAccountResponseSDKType {
|
|
71
84
|
}
|
|
72
85
|
/**
|
|
73
86
|
* MsgCreateVestingAccount defines a message that enables creating a vesting
|
|
74
87
|
* account.
|
|
88
|
+
*
|
|
89
|
+
* Since: cosmos-sdk 0.46
|
|
75
90
|
*/
|
|
76
91
|
export interface MsgCreatePeriodicVestingAccount {
|
|
77
92
|
fromAddress: string;
|
|
78
93
|
toAddress: string;
|
|
94
|
+
/** start of vesting as unix time (in seconds). */
|
|
79
95
|
startTime: bigint;
|
|
80
96
|
vestingPeriods: Period[];
|
|
97
|
+
/**
|
|
98
|
+
* If true, merge this new grant into an existing PeriodicVestingAccount,
|
|
99
|
+
* or create it if it does not exist. If false, creates a new account,
|
|
100
|
+
* or fails if an account already exists
|
|
101
|
+
*/
|
|
102
|
+
merge: boolean;
|
|
81
103
|
}
|
|
82
104
|
export interface MsgCreatePeriodicVestingAccountProtoMsg {
|
|
83
105
|
typeUrl: '/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount';
|
|
@@ -86,16 +108,21 @@ export interface MsgCreatePeriodicVestingAccountProtoMsg {
|
|
|
86
108
|
/**
|
|
87
109
|
* MsgCreateVestingAccount defines a message that enables creating a vesting
|
|
88
110
|
* account.
|
|
111
|
+
*
|
|
112
|
+
* Since: cosmos-sdk 0.46
|
|
89
113
|
*/
|
|
90
114
|
export interface MsgCreatePeriodicVestingAccountSDKType {
|
|
91
115
|
from_address: string;
|
|
92
116
|
to_address: string;
|
|
93
117
|
start_time: bigint;
|
|
94
118
|
vesting_periods: PeriodSDKType[];
|
|
119
|
+
merge: boolean;
|
|
95
120
|
}
|
|
96
121
|
/**
|
|
97
122
|
* MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
|
|
98
123
|
* response type.
|
|
124
|
+
*
|
|
125
|
+
* Since: cosmos-sdk 0.46
|
|
99
126
|
*/
|
|
100
127
|
export interface MsgCreatePeriodicVestingAccountResponse {
|
|
101
128
|
}
|
|
@@ -106,9 +133,120 @@ export interface MsgCreatePeriodicVestingAccountResponseProtoMsg {
|
|
|
106
133
|
/**
|
|
107
134
|
* MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
|
|
108
135
|
* response type.
|
|
136
|
+
*
|
|
137
|
+
* Since: cosmos-sdk 0.46
|
|
109
138
|
*/
|
|
110
139
|
export interface MsgCreatePeriodicVestingAccountResponseSDKType {
|
|
111
140
|
}
|
|
141
|
+
/** MsgCreateClawbackVestingAccount defines a message that enables creating a ClawbackVestingAccount. */
|
|
142
|
+
export interface MsgCreateClawbackVestingAccount {
|
|
143
|
+
/** Address of the account providing the funds, which must also sign the request. */
|
|
144
|
+
fromAddress: string;
|
|
145
|
+
/** Address of the account to receive the funds. */
|
|
146
|
+
toAddress: string;
|
|
147
|
+
/** Start time of the vesting. Periods start relative to this time. */
|
|
148
|
+
startTime: bigint;
|
|
149
|
+
/** Unlocking events as a sequence of durations and amounts, starting relative to start_time. */
|
|
150
|
+
lockupPeriods: Period[];
|
|
151
|
+
/** Vesting events as a sequence of durations and amounts, starting relative to start_time. */
|
|
152
|
+
vestingPeriods: Period[];
|
|
153
|
+
/**
|
|
154
|
+
* If true, merge this new grant into an existing ClawbackVestingAccount,
|
|
155
|
+
* or create it if it does not exist. If false, creates a new account.
|
|
156
|
+
* New grants to an existing account must be from the same from_address.
|
|
157
|
+
*/
|
|
158
|
+
merge: boolean;
|
|
159
|
+
}
|
|
160
|
+
export interface MsgCreateClawbackVestingAccountProtoMsg {
|
|
161
|
+
typeUrl: '/cosmos.vesting.v1beta1.MsgCreateClawbackVestingAccount';
|
|
162
|
+
value: Uint8Array;
|
|
163
|
+
}
|
|
164
|
+
/** MsgCreateClawbackVestingAccount defines a message that enables creating a ClawbackVestingAccount. */
|
|
165
|
+
export interface MsgCreateClawbackVestingAccountSDKType {
|
|
166
|
+
from_address: string;
|
|
167
|
+
to_address: string;
|
|
168
|
+
start_time: bigint;
|
|
169
|
+
lockup_periods: PeriodSDKType[];
|
|
170
|
+
vesting_periods: PeriodSDKType[];
|
|
171
|
+
merge: boolean;
|
|
172
|
+
}
|
|
173
|
+
/** MsgCreateClawbackVestingAccountResponse defines the MsgCreateClawbackVestingAccount response type. */
|
|
174
|
+
export interface MsgCreateClawbackVestingAccountResponse {
|
|
175
|
+
}
|
|
176
|
+
export interface MsgCreateClawbackVestingAccountResponseProtoMsg {
|
|
177
|
+
typeUrl: '/cosmos.vesting.v1beta1.MsgCreateClawbackVestingAccountResponse';
|
|
178
|
+
value: Uint8Array;
|
|
179
|
+
}
|
|
180
|
+
/** MsgCreateClawbackVestingAccountResponse defines the MsgCreateClawbackVestingAccount response type. */
|
|
181
|
+
export interface MsgCreateClawbackVestingAccountResponseSDKType {
|
|
182
|
+
}
|
|
183
|
+
/** MsgClawback defines a message that removes unvested tokens from a ClawbackVestingAccount. */
|
|
184
|
+
export interface MsgClawback {
|
|
185
|
+
/** funder_address is the address which funded the account */
|
|
186
|
+
funderAddress: string;
|
|
187
|
+
/** address is the address of the ClawbackVestingAccount to claw back from. */
|
|
188
|
+
address: string;
|
|
189
|
+
/**
|
|
190
|
+
* dest_address specifies where the clawed-back tokens should be transferred.
|
|
191
|
+
* If empty, the tokens will be transferred back to the original funder of the account.
|
|
192
|
+
*/
|
|
193
|
+
destAddress: string;
|
|
194
|
+
}
|
|
195
|
+
export interface MsgClawbackProtoMsg {
|
|
196
|
+
typeUrl: '/cosmos.vesting.v1beta1.MsgClawback';
|
|
197
|
+
value: Uint8Array;
|
|
198
|
+
}
|
|
199
|
+
/** MsgClawback defines a message that removes unvested tokens from a ClawbackVestingAccount. */
|
|
200
|
+
export interface MsgClawbackSDKType {
|
|
201
|
+
funder_address: string;
|
|
202
|
+
address: string;
|
|
203
|
+
dest_address: string;
|
|
204
|
+
}
|
|
205
|
+
/** MsgClawbackResponse defines the MsgClawback response type. */
|
|
206
|
+
export interface MsgClawbackResponse {
|
|
207
|
+
}
|
|
208
|
+
export interface MsgClawbackResponseProtoMsg {
|
|
209
|
+
typeUrl: '/cosmos.vesting.v1beta1.MsgClawbackResponse';
|
|
210
|
+
value: Uint8Array;
|
|
211
|
+
}
|
|
212
|
+
/** MsgClawbackResponse defines the MsgClawback response type. */
|
|
213
|
+
export interface MsgClawbackResponseSDKType {
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* MsgReturnGrants defines a message for a grantee to return all granted assets,
|
|
217
|
+
* including delegated, undelegated and unbonding, vested and unvested,
|
|
218
|
+
* are transferred to the original funder of the account. Might not be complete if
|
|
219
|
+
* some vested assets have been transferred out of the account. Currently only applies to
|
|
220
|
+
* ClawbackVesting accounts.
|
|
221
|
+
*/
|
|
222
|
+
export interface MsgReturnGrants {
|
|
223
|
+
/** address is the address of the grantee account returning the grant. */
|
|
224
|
+
address: string;
|
|
225
|
+
}
|
|
226
|
+
export interface MsgReturnGrantsProtoMsg {
|
|
227
|
+
typeUrl: '/cosmos.vesting.v1beta1.MsgReturnGrants';
|
|
228
|
+
value: Uint8Array;
|
|
229
|
+
}
|
|
230
|
+
/**
|
|
231
|
+
* MsgReturnGrants defines a message for a grantee to return all granted assets,
|
|
232
|
+
* including delegated, undelegated and unbonding, vested and unvested,
|
|
233
|
+
* are transferred to the original funder of the account. Might not be complete if
|
|
234
|
+
* some vested assets have been transferred out of the account. Currently only applies to
|
|
235
|
+
* ClawbackVesting accounts.
|
|
236
|
+
*/
|
|
237
|
+
export interface MsgReturnGrantsSDKType {
|
|
238
|
+
address: string;
|
|
239
|
+
}
|
|
240
|
+
/** MsgReturnGrantsResponse defines the ReturnGrants response type. */
|
|
241
|
+
export interface MsgReturnGrantsResponse {
|
|
242
|
+
}
|
|
243
|
+
export interface MsgReturnGrantsResponseProtoMsg {
|
|
244
|
+
typeUrl: '/cosmos.vesting.v1beta1.MsgReturnGrantsResponse';
|
|
245
|
+
value: Uint8Array;
|
|
246
|
+
}
|
|
247
|
+
/** MsgReturnGrantsResponse defines the ReturnGrants response type. */
|
|
248
|
+
export interface MsgReturnGrantsResponseSDKType {
|
|
249
|
+
}
|
|
112
250
|
export declare const MsgCreateVestingAccount: {
|
|
113
251
|
typeUrl: string;
|
|
114
252
|
encode(message: MsgCreateVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
@@ -175,3 +313,69 @@ export declare const MsgCreatePeriodicVestingAccountResponse: {
|
|
|
175
313
|
toProto(message: MsgCreatePeriodicVestingAccountResponse): Uint8Array;
|
|
176
314
|
toProtoMsg(message: MsgCreatePeriodicVestingAccountResponse): MsgCreatePeriodicVestingAccountResponseProtoMsg;
|
|
177
315
|
};
|
|
316
|
+
export declare const MsgCreateClawbackVestingAccount: {
|
|
317
|
+
typeUrl: string;
|
|
318
|
+
encode(message: MsgCreateClawbackVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
319
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateClawbackVestingAccount;
|
|
320
|
+
fromJSON(object: any): MsgCreateClawbackVestingAccount;
|
|
321
|
+
toJSON(message: MsgCreateClawbackVestingAccount): unknown;
|
|
322
|
+
fromPartial(object: Partial<MsgCreateClawbackVestingAccount>): MsgCreateClawbackVestingAccount;
|
|
323
|
+
fromProtoMsg(message: MsgCreateClawbackVestingAccountProtoMsg): MsgCreateClawbackVestingAccount;
|
|
324
|
+
toProto(message: MsgCreateClawbackVestingAccount): Uint8Array;
|
|
325
|
+
toProtoMsg(message: MsgCreateClawbackVestingAccount): MsgCreateClawbackVestingAccountProtoMsg;
|
|
326
|
+
};
|
|
327
|
+
export declare const MsgCreateClawbackVestingAccountResponse: {
|
|
328
|
+
typeUrl: string;
|
|
329
|
+
encode(_: MsgCreateClawbackVestingAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
330
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateClawbackVestingAccountResponse;
|
|
331
|
+
fromJSON(_: any): MsgCreateClawbackVestingAccountResponse;
|
|
332
|
+
toJSON(_: MsgCreateClawbackVestingAccountResponse): unknown;
|
|
333
|
+
fromPartial(_: Partial<MsgCreateClawbackVestingAccountResponse>): MsgCreateClawbackVestingAccountResponse;
|
|
334
|
+
fromProtoMsg(message: MsgCreateClawbackVestingAccountResponseProtoMsg): MsgCreateClawbackVestingAccountResponse;
|
|
335
|
+
toProto(message: MsgCreateClawbackVestingAccountResponse): Uint8Array;
|
|
336
|
+
toProtoMsg(message: MsgCreateClawbackVestingAccountResponse): MsgCreateClawbackVestingAccountResponseProtoMsg;
|
|
337
|
+
};
|
|
338
|
+
export declare const MsgClawback: {
|
|
339
|
+
typeUrl: string;
|
|
340
|
+
encode(message: MsgClawback, writer?: BinaryWriter): BinaryWriter;
|
|
341
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClawback;
|
|
342
|
+
fromJSON(object: any): MsgClawback;
|
|
343
|
+
toJSON(message: MsgClawback): unknown;
|
|
344
|
+
fromPartial(object: Partial<MsgClawback>): MsgClawback;
|
|
345
|
+
fromProtoMsg(message: MsgClawbackProtoMsg): MsgClawback;
|
|
346
|
+
toProto(message: MsgClawback): Uint8Array;
|
|
347
|
+
toProtoMsg(message: MsgClawback): MsgClawbackProtoMsg;
|
|
348
|
+
};
|
|
349
|
+
export declare const MsgClawbackResponse: {
|
|
350
|
+
typeUrl: string;
|
|
351
|
+
encode(_: MsgClawbackResponse, writer?: BinaryWriter): BinaryWriter;
|
|
352
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgClawbackResponse;
|
|
353
|
+
fromJSON(_: any): MsgClawbackResponse;
|
|
354
|
+
toJSON(_: MsgClawbackResponse): unknown;
|
|
355
|
+
fromPartial(_: Partial<MsgClawbackResponse>): MsgClawbackResponse;
|
|
356
|
+
fromProtoMsg(message: MsgClawbackResponseProtoMsg): MsgClawbackResponse;
|
|
357
|
+
toProto(message: MsgClawbackResponse): Uint8Array;
|
|
358
|
+
toProtoMsg(message: MsgClawbackResponse): MsgClawbackResponseProtoMsg;
|
|
359
|
+
};
|
|
360
|
+
export declare const MsgReturnGrants: {
|
|
361
|
+
typeUrl: string;
|
|
362
|
+
encode(message: MsgReturnGrants, writer?: BinaryWriter): BinaryWriter;
|
|
363
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgReturnGrants;
|
|
364
|
+
fromJSON(object: any): MsgReturnGrants;
|
|
365
|
+
toJSON(message: MsgReturnGrants): unknown;
|
|
366
|
+
fromPartial(object: Partial<MsgReturnGrants>): MsgReturnGrants;
|
|
367
|
+
fromProtoMsg(message: MsgReturnGrantsProtoMsg): MsgReturnGrants;
|
|
368
|
+
toProto(message: MsgReturnGrants): Uint8Array;
|
|
369
|
+
toProtoMsg(message: MsgReturnGrants): MsgReturnGrantsProtoMsg;
|
|
370
|
+
};
|
|
371
|
+
export declare const MsgReturnGrantsResponse: {
|
|
372
|
+
typeUrl: string;
|
|
373
|
+
encode(_: MsgReturnGrantsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
374
|
+
decode(input: BinaryReader | Uint8Array, length?: number): MsgReturnGrantsResponse;
|
|
375
|
+
fromJSON(_: any): MsgReturnGrantsResponse;
|
|
376
|
+
toJSON(_: MsgReturnGrantsResponse): unknown;
|
|
377
|
+
fromPartial(_: Partial<MsgReturnGrantsResponse>): MsgReturnGrantsResponse;
|
|
378
|
+
fromProtoMsg(message: MsgReturnGrantsResponseProtoMsg): MsgReturnGrantsResponse;
|
|
379
|
+
toProto(message: MsgReturnGrantsResponse): Uint8Array;
|
|
380
|
+
toProtoMsg(message: MsgReturnGrantsResponse): MsgReturnGrantsResponseProtoMsg;
|
|
381
|
+
};
|