coreum-js 2.8.19 → 2.8.21
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/main/coreum/asset/ft/v1/genesis.d.ts +10 -0
- package/dist/main/coreum/asset/ft/v1/query.d.ts +16 -0
- package/dist/main/coreum/asset/ft/v1/token.d.ts +117 -3
- package/dist/main/coreum/asset/ft/v1/token.js +299 -34
- package/dist/main/coreum/asset/nft/v1/query.d.ts +2 -2
- package/dist/main/coreum/nft/v1beta1/genesis.d.ts +6 -6
- package/dist/main/coreum/nft/v1beta1/query.d.ts +8 -8
- package/dist/main/cosmos/authz/v1beta1/genesis.d.ts +2 -2
- package/dist/main/cosmos/authz/v1beta1/query.d.ts +6 -6
- package/dist/main/cosmos/feegrant/v1beta1/genesis.d.ts +2 -2
- package/dist/main/cosmos/feegrant/v1beta1/query.d.ts +6 -6
- package/dist/main/cosmos/gov/v1beta1/genesis.d.ts +2 -2
- package/dist/main/cosmos/gov/v1beta1/query.d.ts +4 -4
- package/dist/main/cosmos/staking/v1beta1/genesis.d.ts +2 -2
- package/dist/main/cosmos/staking/v1beta1/query.d.ts +10 -10
- package/dist/main/cosmos/vesting/v1beta1/vesting.d.ts +10 -10
- package/dist/main/google/index.d.ts +1 -0
- package/dist/main/google/index.js +17 -0
- package/dist/main/google/protobuf/any.d.ts +2 -0
- package/dist/main/google/protobuf/any.js +6 -2
- package/dist/main/wasm/v1/genesis.d.ts +4 -4
- package/dist/main/wasm/v1/query.d.ts +2 -2
- package/dist/module/coreum/asset/ft/v1/genesis.d.ts +10 -0
- package/dist/module/coreum/asset/ft/v1/query.d.ts +16 -0
- package/dist/module/coreum/asset/ft/v1/token.d.ts +117 -3
- package/dist/module/coreum/asset/ft/v1/token.js +292 -29
- package/dist/module/coreum/asset/nft/v1/query.d.ts +2 -2
- package/dist/module/coreum/nft/v1beta1/genesis.d.ts +6 -6
- package/dist/module/coreum/nft/v1beta1/query.d.ts +8 -8
- package/dist/module/cosmos/authz/v1beta1/genesis.d.ts +2 -2
- package/dist/module/cosmos/authz/v1beta1/query.d.ts +6 -6
- package/dist/module/cosmos/feegrant/v1beta1/genesis.d.ts +2 -2
- package/dist/module/cosmos/feegrant/v1beta1/query.d.ts +6 -6
- package/dist/module/cosmos/gov/v1beta1/genesis.d.ts +2 -2
- package/dist/module/cosmos/gov/v1beta1/query.d.ts +4 -4
- package/dist/module/cosmos/staking/v1beta1/genesis.d.ts +2 -2
- package/dist/module/cosmos/staking/v1beta1/query.d.ts +10 -10
- package/dist/module/cosmos/vesting/v1beta1/vesting.d.ts +10 -10
- package/dist/module/google/index.d.ts +1 -0
- package/dist/module/google/index.js +1 -0
- package/dist/module/google/protobuf/any.d.ts +2 -0
- package/dist/module/google/protobuf/any.js +5 -3
- package/dist/module/wasm/v1/genesis.d.ts +4 -4
- package/dist/module/wasm/v1/query.d.ts +2 -2
- package/package.json +1 -1
|
@@ -47,7 +47,7 @@ export declare const GenesisState: {
|
|
|
47
47
|
} & {
|
|
48
48
|
typeUrl?: string;
|
|
49
49
|
value?: Uint8Array;
|
|
50
|
-
} & { [K in Exclude<keyof I["authorization"][number]["authorization"], keyof import("../../../google
|
|
50
|
+
} & { [K in Exclude<keyof I["authorization"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
51
51
|
expiration?: Date;
|
|
52
52
|
} & { [K_1 in Exclude<keyof I["authorization"][number], keyof GrantAuthorization>]: never; })[] & { [K_2 in Exclude<keyof I["authorization"], keyof {
|
|
53
53
|
granter?: string;
|
|
@@ -95,7 +95,7 @@ export declare const GenesisState: {
|
|
|
95
95
|
} & {
|
|
96
96
|
typeUrl?: string;
|
|
97
97
|
value?: Uint8Array;
|
|
98
|
-
} & { [K_4 in Exclude<keyof I_1["authorization"][number]["authorization"], keyof import("../../../google
|
|
98
|
+
} & { [K_4 in Exclude<keyof I_1["authorization"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
99
99
|
expiration?: Date;
|
|
100
100
|
} & { [K_5 in Exclude<keyof I_1["authorization"][number], keyof GrantAuthorization>]: never; })[] & { [K_6 in Exclude<keyof I_1["authorization"], keyof {
|
|
101
101
|
granter?: string;
|
|
@@ -146,7 +146,7 @@ export declare const QueryGrantsResponse: {
|
|
|
146
146
|
} & {
|
|
147
147
|
typeUrl?: string;
|
|
148
148
|
value?: Uint8Array;
|
|
149
|
-
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google
|
|
149
|
+
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
150
150
|
expiration?: Date;
|
|
151
151
|
} & { [K_1 in Exclude<keyof I["grants"][number], keyof Grant>]: never; })[] & { [K_2 in Exclude<keyof I["grants"], keyof {
|
|
152
152
|
authorization?: {
|
|
@@ -195,7 +195,7 @@ export declare const QueryGrantsResponse: {
|
|
|
195
195
|
} & {
|
|
196
196
|
typeUrl?: string;
|
|
197
197
|
value?: Uint8Array;
|
|
198
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google
|
|
198
|
+
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
199
199
|
expiration?: Date;
|
|
200
200
|
} & { [K_6 in Exclude<keyof I_1["grants"][number], keyof Grant>]: never; })[] & { [K_7 in Exclude<keyof I_1["grants"], keyof {
|
|
201
201
|
authorization?: {
|
|
@@ -314,7 +314,7 @@ export declare const QueryGranterGrantsResponse: {
|
|
|
314
314
|
} & {
|
|
315
315
|
typeUrl?: string;
|
|
316
316
|
value?: Uint8Array;
|
|
317
|
-
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google
|
|
317
|
+
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
318
318
|
expiration?: Date;
|
|
319
319
|
} & { [K_1 in Exclude<keyof I["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_2 in Exclude<keyof I["grants"], keyof {
|
|
320
320
|
granter?: string;
|
|
@@ -373,7 +373,7 @@ export declare const QueryGranterGrantsResponse: {
|
|
|
373
373
|
} & {
|
|
374
374
|
typeUrl?: string;
|
|
375
375
|
value?: Uint8Array;
|
|
376
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google
|
|
376
|
+
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
377
377
|
expiration?: Date;
|
|
378
378
|
} & { [K_6 in Exclude<keyof I_1["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_7 in Exclude<keyof I_1["grants"], keyof {
|
|
379
379
|
granter?: string;
|
|
@@ -494,7 +494,7 @@ export declare const QueryGranteeGrantsResponse: {
|
|
|
494
494
|
} & {
|
|
495
495
|
typeUrl?: string;
|
|
496
496
|
value?: Uint8Array;
|
|
497
|
-
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google
|
|
497
|
+
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
498
498
|
expiration?: Date;
|
|
499
499
|
} & { [K_1 in Exclude<keyof I["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_2 in Exclude<keyof I["grants"], keyof {
|
|
500
500
|
granter?: string;
|
|
@@ -553,7 +553,7 @@ export declare const QueryGranteeGrantsResponse: {
|
|
|
553
553
|
} & {
|
|
554
554
|
typeUrl?: string;
|
|
555
555
|
value?: Uint8Array;
|
|
556
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google
|
|
556
|
+
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
557
557
|
expiration?: Date;
|
|
558
558
|
} & { [K_6 in Exclude<keyof I_1["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_7 in Exclude<keyof I_1["grants"], keyof {
|
|
559
559
|
granter?: string;
|
|
@@ -44,7 +44,7 @@ export declare const GenesisState: {
|
|
|
44
44
|
} & {
|
|
45
45
|
typeUrl?: string;
|
|
46
46
|
value?: Uint8Array;
|
|
47
|
-
} & { [K in Exclude<keyof I["allowances"][number]["allowance"], keyof import("../../../google
|
|
47
|
+
} & { [K in Exclude<keyof I["allowances"][number]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
48
48
|
} & { [K_1 in Exclude<keyof I["allowances"][number], keyof Grant>]: never; })[] & { [K_2 in Exclude<keyof I["allowances"], keyof {
|
|
49
49
|
granter?: string;
|
|
50
50
|
grantee?: string;
|
|
@@ -87,7 +87,7 @@ export declare const GenesisState: {
|
|
|
87
87
|
} & {
|
|
88
88
|
typeUrl?: string;
|
|
89
89
|
value?: Uint8Array;
|
|
90
|
-
} & { [K_4 in Exclude<keyof I_1["allowances"][number]["allowance"], keyof import("../../../google
|
|
90
|
+
} & { [K_4 in Exclude<keyof I_1["allowances"][number]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
91
91
|
} & { [K_5 in Exclude<keyof I_1["allowances"][number], keyof Grant>]: never; })[] & { [K_6 in Exclude<keyof I_1["allowances"], keyof {
|
|
92
92
|
granter?: string;
|
|
93
93
|
grantee?: string;
|
|
@@ -100,7 +100,7 @@ export declare const QueryAllowanceResponse: {
|
|
|
100
100
|
} & {
|
|
101
101
|
typeUrl?: string;
|
|
102
102
|
value?: Uint8Array;
|
|
103
|
-
} & { [K in Exclude<keyof I["allowance"]["allowance"], keyof import("../../../google
|
|
103
|
+
} & { [K in Exclude<keyof I["allowance"]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
104
104
|
} & { [K_1 in Exclude<keyof I["allowance"], keyof Grant>]: never; };
|
|
105
105
|
} & { [K_2 in Exclude<keyof I, "allowance">]: never; }>(base?: I): QueryAllowanceResponse;
|
|
106
106
|
fromPartial<I_1 extends {
|
|
@@ -129,7 +129,7 @@ export declare const QueryAllowanceResponse: {
|
|
|
129
129
|
} & {
|
|
130
130
|
typeUrl?: string;
|
|
131
131
|
value?: Uint8Array;
|
|
132
|
-
} & { [K_3 in Exclude<keyof I_1["allowance"]["allowance"], keyof import("../../../google
|
|
132
|
+
} & { [K_3 in Exclude<keyof I_1["allowance"]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
133
133
|
} & { [K_4 in Exclude<keyof I_1["allowance"], keyof Grant>]: never; };
|
|
134
134
|
} & { [K_5 in Exclude<keyof I_1, "allowance">]: never; }>(object: I_1): QueryAllowanceResponse;
|
|
135
135
|
};
|
|
@@ -231,7 +231,7 @@ export declare const QueryAllowancesResponse: {
|
|
|
231
231
|
} & {
|
|
232
232
|
typeUrl?: string;
|
|
233
233
|
value?: Uint8Array;
|
|
234
|
-
} & { [K in Exclude<keyof I["allowances"][number]["allowance"], keyof import("../../../google
|
|
234
|
+
} & { [K in Exclude<keyof I["allowances"][number]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
235
235
|
} & { [K_1 in Exclude<keyof I["allowances"][number], keyof Grant>]: never; })[] & { [K_2 in Exclude<keyof I["allowances"], keyof {
|
|
236
236
|
granter?: string;
|
|
237
237
|
grantee?: string;
|
|
@@ -285,7 +285,7 @@ export declare const QueryAllowancesResponse: {
|
|
|
285
285
|
} & {
|
|
286
286
|
typeUrl?: string;
|
|
287
287
|
value?: Uint8Array;
|
|
288
|
-
} & { [K_5 in Exclude<keyof I_1["allowances"][number]["allowance"], keyof import("../../../google
|
|
288
|
+
} & { [K_5 in Exclude<keyof I_1["allowances"][number]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
289
289
|
} & { [K_6 in Exclude<keyof I_1["allowances"][number], keyof Grant>]: never; })[] & { [K_7 in Exclude<keyof I_1["allowances"], keyof {
|
|
290
290
|
granter?: string;
|
|
291
291
|
grantee?: string;
|
|
@@ -401,7 +401,7 @@ export declare const QueryAllowancesByGranterResponse: {
|
|
|
401
401
|
} & {
|
|
402
402
|
typeUrl?: string;
|
|
403
403
|
value?: Uint8Array;
|
|
404
|
-
} & { [K in Exclude<keyof I["allowances"][number]["allowance"], keyof import("../../../google
|
|
404
|
+
} & { [K in Exclude<keyof I["allowances"][number]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
405
405
|
} & { [K_1 in Exclude<keyof I["allowances"][number], keyof Grant>]: never; })[] & { [K_2 in Exclude<keyof I["allowances"], keyof {
|
|
406
406
|
granter?: string;
|
|
407
407
|
grantee?: string;
|
|
@@ -455,7 +455,7 @@ export declare const QueryAllowancesByGranterResponse: {
|
|
|
455
455
|
} & {
|
|
456
456
|
typeUrl?: string;
|
|
457
457
|
value?: Uint8Array;
|
|
458
|
-
} & { [K_5 in Exclude<keyof I_1["allowances"][number]["allowance"], keyof import("../../../google
|
|
458
|
+
} & { [K_5 in Exclude<keyof I_1["allowances"][number]["allowance"], keyof import("../../../google").Any>]: never; };
|
|
459
459
|
} & { [K_6 in Exclude<keyof I_1["allowances"][number], keyof Grant>]: never; })[] & { [K_7 in Exclude<keyof I_1["allowances"], keyof {
|
|
460
460
|
granter?: string;
|
|
461
461
|
grantee?: string;
|
|
@@ -217,7 +217,7 @@ export declare const GenesisState: {
|
|
|
217
217
|
} & {
|
|
218
218
|
typeUrl?: string;
|
|
219
219
|
value?: Uint8Array;
|
|
220
|
-
} & { [K_8 in Exclude<keyof I["proposals"][number]["content"], keyof import("../../../google
|
|
220
|
+
} & { [K_8 in Exclude<keyof I["proposals"][number]["content"], keyof import("../../../google").Any>]: never; };
|
|
221
221
|
status?: import("./gov").ProposalStatus;
|
|
222
222
|
finalTallyResult?: {
|
|
223
223
|
yes?: string;
|
|
@@ -518,7 +518,7 @@ export declare const GenesisState: {
|
|
|
518
518
|
} & {
|
|
519
519
|
typeUrl?: string;
|
|
520
520
|
value?: Uint8Array;
|
|
521
|
-
} & { [K_30 in Exclude<keyof I_1["proposals"][number]["content"], keyof import("../../../google
|
|
521
|
+
} & { [K_30 in Exclude<keyof I_1["proposals"][number]["content"], keyof import("../../../google").Any>]: never; };
|
|
522
522
|
status?: import("./gov").ProposalStatus;
|
|
523
523
|
finalTallyResult?: {
|
|
524
524
|
yes?: string;
|
|
@@ -185,7 +185,7 @@ export declare const QueryProposalResponse: {
|
|
|
185
185
|
} & {
|
|
186
186
|
typeUrl?: string;
|
|
187
187
|
value?: Uint8Array;
|
|
188
|
-
} & { [K in Exclude<keyof I["proposal"]["content"], keyof import("../../../google
|
|
188
|
+
} & { [K in Exclude<keyof I["proposal"]["content"], keyof import("../../../google").Any>]: never; };
|
|
189
189
|
status?: ProposalStatus;
|
|
190
190
|
finalTallyResult?: {
|
|
191
191
|
yes?: string;
|
|
@@ -270,7 +270,7 @@ export declare const QueryProposalResponse: {
|
|
|
270
270
|
} & {
|
|
271
271
|
typeUrl?: string;
|
|
272
272
|
value?: Uint8Array;
|
|
273
|
-
} & { [K_6 in Exclude<keyof I_1["proposal"]["content"], keyof import("../../../google
|
|
273
|
+
} & { [K_6 in Exclude<keyof I_1["proposal"]["content"], keyof import("../../../google").Any>]: never; };
|
|
274
274
|
status?: ProposalStatus;
|
|
275
275
|
finalTallyResult?: {
|
|
276
276
|
yes?: string;
|
|
@@ -450,7 +450,7 @@ export declare const QueryProposalsResponse: {
|
|
|
450
450
|
} & {
|
|
451
451
|
typeUrl?: string;
|
|
452
452
|
value?: Uint8Array;
|
|
453
|
-
} & { [K in Exclude<keyof I["proposals"][number]["content"], keyof import("../../../google
|
|
453
|
+
} & { [K in Exclude<keyof I["proposals"][number]["content"], keyof import("../../../google").Any>]: never; };
|
|
454
454
|
status?: ProposalStatus;
|
|
455
455
|
finalTallyResult?: {
|
|
456
456
|
yes?: string;
|
|
@@ -588,7 +588,7 @@ export declare const QueryProposalsResponse: {
|
|
|
588
588
|
} & {
|
|
589
589
|
typeUrl?: string;
|
|
590
590
|
value?: Uint8Array;
|
|
591
|
-
} & { [K_8 in Exclude<keyof I_1["proposals"][number]["content"], keyof import("../../../google
|
|
591
|
+
} & { [K_8 in Exclude<keyof I_1["proposals"][number]["content"], keyof import("../../../google").Any>]: never; };
|
|
592
592
|
status?: ProposalStatus;
|
|
593
593
|
finalTallyResult?: {
|
|
594
594
|
yes?: string;
|
|
@@ -223,7 +223,7 @@ export declare const GenesisState: {
|
|
|
223
223
|
} & {
|
|
224
224
|
typeUrl?: string;
|
|
225
225
|
value?: Uint8Array;
|
|
226
|
-
} & { [K_4 in Exclude<keyof I["validators"][number]["consensusPubkey"], keyof import("../../../google
|
|
226
|
+
} & { [K_4 in Exclude<keyof I["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
227
227
|
jailed?: boolean;
|
|
228
228
|
status?: import("./staking").BondStatus;
|
|
229
229
|
tokens?: string;
|
|
@@ -637,7 +637,7 @@ export declare const GenesisState: {
|
|
|
637
637
|
} & {
|
|
638
638
|
typeUrl?: string;
|
|
639
639
|
value?: Uint8Array;
|
|
640
|
-
} & { [K_26 in Exclude<keyof I_1["validators"][number]["consensusPubkey"], keyof import("../../../google
|
|
640
|
+
} & { [K_26 in Exclude<keyof I_1["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
641
641
|
jailed?: boolean;
|
|
642
642
|
status?: import("./staking").BondStatus;
|
|
643
643
|
tokens?: string;
|
|
@@ -392,7 +392,7 @@ export declare const QueryValidatorsResponse: {
|
|
|
392
392
|
} & {
|
|
393
393
|
typeUrl?: string;
|
|
394
394
|
value?: Uint8Array;
|
|
395
|
-
} & { [K in Exclude<keyof I["validators"][number]["consensusPubkey"], keyof import("../../../google
|
|
395
|
+
} & { [K in Exclude<keyof I["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
396
396
|
jailed?: boolean;
|
|
397
397
|
status?: import("./staking").BondStatus;
|
|
398
398
|
tokens?: string;
|
|
@@ -578,7 +578,7 @@ export declare const QueryValidatorsResponse: {
|
|
|
578
578
|
} & {
|
|
579
579
|
typeUrl?: string;
|
|
580
580
|
value?: Uint8Array;
|
|
581
|
-
} & { [K_9 in Exclude<keyof I_1["validators"][number]["consensusPubkey"], keyof import("../../../google
|
|
581
|
+
} & { [K_9 in Exclude<keyof I_1["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
582
582
|
jailed?: boolean;
|
|
583
583
|
status?: import("./staking").BondStatus;
|
|
584
584
|
tokens?: string;
|
|
@@ -752,7 +752,7 @@ export declare const QueryValidatorResponse: {
|
|
|
752
752
|
} & {
|
|
753
753
|
typeUrl?: string;
|
|
754
754
|
value?: Uint8Array;
|
|
755
|
-
} & { [K in Exclude<keyof I["validator"]["consensusPubkey"], keyof import("../../../google
|
|
755
|
+
} & { [K in Exclude<keyof I["validator"]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
756
756
|
jailed?: boolean;
|
|
757
757
|
status?: import("./staking").BondStatus;
|
|
758
758
|
tokens?: string;
|
|
@@ -867,7 +867,7 @@ export declare const QueryValidatorResponse: {
|
|
|
867
867
|
} & {
|
|
868
868
|
typeUrl?: string;
|
|
869
869
|
value?: Uint8Array;
|
|
870
|
-
} & { [K_7 in Exclude<keyof I_1["validator"]["consensusPubkey"], keyof import("../../../google
|
|
870
|
+
} & { [K_7 in Exclude<keyof I_1["validator"]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
871
871
|
jailed?: boolean;
|
|
872
872
|
status?: import("./staking").BondStatus;
|
|
873
873
|
tokens?: string;
|
|
@@ -2732,7 +2732,7 @@ export declare const QueryDelegatorValidatorsResponse: {
|
|
|
2732
2732
|
} & {
|
|
2733
2733
|
typeUrl?: string;
|
|
2734
2734
|
value?: Uint8Array;
|
|
2735
|
-
} & { [K in Exclude<keyof I["validators"][number]["consensusPubkey"], keyof import("../../../google
|
|
2735
|
+
} & { [K in Exclude<keyof I["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
2736
2736
|
jailed?: boolean;
|
|
2737
2737
|
status?: import("./staking").BondStatus;
|
|
2738
2738
|
tokens?: string;
|
|
@@ -2918,7 +2918,7 @@ export declare const QueryDelegatorValidatorsResponse: {
|
|
|
2918
2918
|
} & {
|
|
2919
2919
|
typeUrl?: string;
|
|
2920
2920
|
value?: Uint8Array;
|
|
2921
|
-
} & { [K_9 in Exclude<keyof I_1["validators"][number]["consensusPubkey"], keyof import("../../../google
|
|
2921
|
+
} & { [K_9 in Exclude<keyof I_1["validators"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
2922
2922
|
jailed?: boolean;
|
|
2923
2923
|
status?: import("./staking").BondStatus;
|
|
2924
2924
|
tokens?: string;
|
|
@@ -3096,7 +3096,7 @@ export declare const QueryDelegatorValidatorResponse: {
|
|
|
3096
3096
|
} & {
|
|
3097
3097
|
typeUrl?: string;
|
|
3098
3098
|
value?: Uint8Array;
|
|
3099
|
-
} & { [K in Exclude<keyof I["validator"]["consensusPubkey"], keyof import("../../../google
|
|
3099
|
+
} & { [K in Exclude<keyof I["validator"]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
3100
3100
|
jailed?: boolean;
|
|
3101
3101
|
status?: import("./staking").BondStatus;
|
|
3102
3102
|
tokens?: string;
|
|
@@ -3211,7 +3211,7 @@ export declare const QueryDelegatorValidatorResponse: {
|
|
|
3211
3211
|
} & {
|
|
3212
3212
|
typeUrl?: string;
|
|
3213
3213
|
value?: Uint8Array;
|
|
3214
|
-
} & { [K_7 in Exclude<keyof I_1["validator"]["consensusPubkey"], keyof import("../../../google
|
|
3214
|
+
} & { [K_7 in Exclude<keyof I_1["validator"]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
3215
3215
|
jailed?: boolean;
|
|
3216
3216
|
status?: import("./staking").BondStatus;
|
|
3217
3217
|
tokens?: string;
|
|
@@ -3524,7 +3524,7 @@ export declare const QueryHistoricalInfoResponse: {
|
|
|
3524
3524
|
} & {
|
|
3525
3525
|
typeUrl?: string;
|
|
3526
3526
|
value?: Uint8Array;
|
|
3527
|
-
} & { [K_4 in Exclude<keyof I["hist"]["valset"][number]["consensusPubkey"], keyof import("../../../google
|
|
3527
|
+
} & { [K_4 in Exclude<keyof I["hist"]["valset"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
3528
3528
|
jailed?: boolean;
|
|
3529
3529
|
status?: import("./staking").BondStatus;
|
|
3530
3530
|
tokens?: string;
|
|
@@ -3846,7 +3846,7 @@ export declare const QueryHistoricalInfoResponse: {
|
|
|
3846
3846
|
} & {
|
|
3847
3847
|
typeUrl?: string;
|
|
3848
3848
|
value?: Uint8Array;
|
|
3849
|
-
} & { [K_17 in Exclude<keyof I_1["hist"]["valset"][number]["consensusPubkey"], keyof import("../../../google
|
|
3849
|
+
} & { [K_17 in Exclude<keyof I_1["hist"]["valset"][number]["consensusPubkey"], keyof import("../../../google").Any>]: never; };
|
|
3850
3850
|
jailed?: boolean;
|
|
3851
3851
|
status?: import("./staking").BondStatus;
|
|
3852
3852
|
tokens?: string;
|
|
@@ -101,7 +101,7 @@ export declare const BaseVestingAccount: {
|
|
|
101
101
|
} & {
|
|
102
102
|
typeUrl?: string;
|
|
103
103
|
value?: Uint8Array;
|
|
104
|
-
} & { [K in Exclude<keyof I["baseAccount"]["pubKey"], keyof import("../../../google
|
|
104
|
+
} & { [K in Exclude<keyof I["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
105
105
|
accountNumber?: number;
|
|
106
106
|
sequence?: number;
|
|
107
107
|
} & { [K_1 in Exclude<keyof I["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -186,7 +186,7 @@ export declare const BaseVestingAccount: {
|
|
|
186
186
|
} & {
|
|
187
187
|
typeUrl?: string;
|
|
188
188
|
value?: Uint8Array;
|
|
189
|
-
} & { [K_9 in Exclude<keyof I_1["baseAccount"]["pubKey"], keyof import("../../../google
|
|
189
|
+
} & { [K_9 in Exclude<keyof I_1["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
190
190
|
accountNumber?: number;
|
|
191
191
|
sequence?: number;
|
|
192
192
|
} & { [K_10 in Exclude<keyof I_1["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -304,7 +304,7 @@ export declare const ContinuousVestingAccount: {
|
|
|
304
304
|
} & {
|
|
305
305
|
typeUrl?: string;
|
|
306
306
|
value?: Uint8Array;
|
|
307
|
-
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
307
|
+
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
308
308
|
accountNumber?: number;
|
|
309
309
|
sequence?: number;
|
|
310
310
|
} & { [K_1 in Exclude<keyof I["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -418,7 +418,7 @@ export declare const ContinuousVestingAccount: {
|
|
|
418
418
|
} & {
|
|
419
419
|
typeUrl?: string;
|
|
420
420
|
value?: Uint8Array;
|
|
421
|
-
} & { [K_10 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
421
|
+
} & { [K_10 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
422
422
|
accountNumber?: number;
|
|
423
423
|
sequence?: number;
|
|
424
424
|
} & { [K_11 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -537,7 +537,7 @@ export declare const DelayedVestingAccount: {
|
|
|
537
537
|
} & {
|
|
538
538
|
typeUrl?: string;
|
|
539
539
|
value?: Uint8Array;
|
|
540
|
-
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
540
|
+
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
541
541
|
accountNumber?: number;
|
|
542
542
|
sequence?: number;
|
|
543
543
|
} & { [K_1 in Exclude<keyof I["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -649,7 +649,7 @@ export declare const DelayedVestingAccount: {
|
|
|
649
649
|
} & {
|
|
650
650
|
typeUrl?: string;
|
|
651
651
|
value?: Uint8Array;
|
|
652
|
-
} & { [K_10 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
652
|
+
} & { [K_10 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
653
653
|
accountNumber?: number;
|
|
654
654
|
sequence?: number;
|
|
655
655
|
} & { [K_11 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -825,7 +825,7 @@ export declare const PeriodicVestingAccount: {
|
|
|
825
825
|
} & {
|
|
826
826
|
typeUrl?: string;
|
|
827
827
|
value?: Uint8Array;
|
|
828
|
-
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
828
|
+
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
829
829
|
accountNumber?: number;
|
|
830
830
|
sequence?: number;
|
|
831
831
|
} & { [K_1 in Exclude<keyof I["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -980,7 +980,7 @@ export declare const PeriodicVestingAccount: {
|
|
|
980
980
|
} & {
|
|
981
981
|
typeUrl?: string;
|
|
982
982
|
value?: Uint8Array;
|
|
983
|
-
} & { [K_14 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
983
|
+
} & { [K_14 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
984
984
|
accountNumber?: number;
|
|
985
985
|
sequence?: number;
|
|
986
986
|
} & { [K_15 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -1133,7 +1133,7 @@ export declare const PermanentLockedAccount: {
|
|
|
1133
1133
|
} & {
|
|
1134
1134
|
typeUrl?: string;
|
|
1135
1135
|
value?: Uint8Array;
|
|
1136
|
-
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
1136
|
+
} & { [K in Exclude<keyof I["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
1137
1137
|
accountNumber?: number;
|
|
1138
1138
|
sequence?: number;
|
|
1139
1139
|
} & { [K_1 in Exclude<keyof I["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -1245,7 +1245,7 @@ export declare const PermanentLockedAccount: {
|
|
|
1245
1245
|
} & {
|
|
1246
1246
|
typeUrl?: string;
|
|
1247
1247
|
value?: Uint8Array;
|
|
1248
|
-
} & { [K_10 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google
|
|
1248
|
+
} & { [K_10 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"]["pubKey"], keyof import("../../../google").Any>]: never; };
|
|
1249
1249
|
accountNumber?: number;
|
|
1250
1250
|
sequence?: number;
|
|
1251
1251
|
} & { [K_11 in Exclude<keyof I_1["baseVestingAccount"]["baseAccount"], keyof BaseAccount>]: never; };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./protobuf/any";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./protobuf/any";
|
|
@@ -135,6 +135,8 @@ export declare const Any: {
|
|
|
135
135
|
value?: Uint8Array;
|
|
136
136
|
} & { [K_1 in Exclude<keyof I_1, keyof Any>]: never; }>(object: I_1): Any;
|
|
137
137
|
};
|
|
138
|
+
export declare function bytesFromBase64(b64: string): Uint8Array;
|
|
139
|
+
export declare function base64FromBytes(arr: Uint8Array): string;
|
|
138
140
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
139
141
|
export type DeepPartial<T> = T extends Builtin ? T : T extends Long ? string | number | Long : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
140
142
|
[K in keyof T]?: DeepPartial<T[K]>;
|
|
@@ -45,7 +45,9 @@ export const Any = {
|
|
|
45
45
|
fromJSON(object) {
|
|
46
46
|
return {
|
|
47
47
|
typeUrl: isSet(object.typeUrl) ? String(object.typeUrl) : "",
|
|
48
|
-
value: isSet(object.value)
|
|
48
|
+
value: isSet(object.value)
|
|
49
|
+
? bytesFromBase64(object.value)
|
|
50
|
+
: new Uint8Array(),
|
|
49
51
|
};
|
|
50
52
|
},
|
|
51
53
|
toJSON(message) {
|
|
@@ -80,7 +82,7 @@ var tsProtoGlobalThis = (() => {
|
|
|
80
82
|
}
|
|
81
83
|
throw "Unable to locate global object";
|
|
82
84
|
})();
|
|
83
|
-
function bytesFromBase64(b64) {
|
|
85
|
+
export function bytesFromBase64(b64) {
|
|
84
86
|
if (tsProtoGlobalThis.Buffer) {
|
|
85
87
|
return Uint8Array.from(tsProtoGlobalThis.Buffer.from(b64, "base64"));
|
|
86
88
|
}
|
|
@@ -93,7 +95,7 @@ function bytesFromBase64(b64) {
|
|
|
93
95
|
return arr;
|
|
94
96
|
}
|
|
95
97
|
}
|
|
96
|
-
function base64FromBytes(arr) {
|
|
98
|
+
export function base64FromBytes(arr) {
|
|
97
99
|
if (tsProtoGlobalThis.Buffer) {
|
|
98
100
|
return tsProtoGlobalThis.Buffer.from(arr).toString("base64");
|
|
99
101
|
}
|
|
@@ -271,7 +271,7 @@ export declare const GenesisState: {
|
|
|
271
271
|
} & {
|
|
272
272
|
typeUrl?: string;
|
|
273
273
|
value?: Uint8Array;
|
|
274
|
-
} & { [K_9 in Exclude<keyof I["contracts"][number]["contractInfo"]["extension"], keyof import("../../google
|
|
274
|
+
} & { [K_9 in Exclude<keyof I["contracts"][number]["contractInfo"]["extension"], keyof import("../../google").Any>]: never; };
|
|
275
275
|
} & { [K_10 in Exclude<keyof I["contracts"][number]["contractInfo"], keyof ContractInfo>]: never; };
|
|
276
276
|
contractState?: {
|
|
277
277
|
key?: Uint8Array;
|
|
@@ -605,7 +605,7 @@ export declare const GenesisState: {
|
|
|
605
605
|
} & {
|
|
606
606
|
typeUrl?: string;
|
|
607
607
|
value?: Uint8Array;
|
|
608
|
-
} & { [K_30 in Exclude<keyof I_1["contracts"][number]["contractInfo"]["extension"], keyof import("../../google
|
|
608
|
+
} & { [K_30 in Exclude<keyof I_1["contracts"][number]["contractInfo"]["extension"], keyof import("../../google").Any>]: never; };
|
|
609
609
|
} & { [K_31 in Exclude<keyof I_1["contracts"][number]["contractInfo"], keyof ContractInfo>]: never; };
|
|
610
610
|
contractState?: {
|
|
611
611
|
key?: Uint8Array;
|
|
@@ -856,7 +856,7 @@ export declare const Contract: {
|
|
|
856
856
|
} & {
|
|
857
857
|
typeUrl?: string;
|
|
858
858
|
value?: Uint8Array;
|
|
859
|
-
} & { [K_1 in Exclude<keyof I["contractInfo"]["extension"], keyof import("../../google
|
|
859
|
+
} & { [K_1 in Exclude<keyof I["contractInfo"]["extension"], keyof import("../../google").Any>]: never; };
|
|
860
860
|
} & { [K_2 in Exclude<keyof I["contractInfo"], keyof ContractInfo>]: never; };
|
|
861
861
|
contractState?: {
|
|
862
862
|
key?: Uint8Array;
|
|
@@ -973,7 +973,7 @@ export declare const Contract: {
|
|
|
973
973
|
} & {
|
|
974
974
|
typeUrl?: string;
|
|
975
975
|
value?: Uint8Array;
|
|
976
|
-
} & { [K_10 in Exclude<keyof I_1["contractInfo"]["extension"], keyof import("../../google
|
|
976
|
+
} & { [K_10 in Exclude<keyof I_1["contractInfo"]["extension"], keyof import("../../google").Any>]: never; };
|
|
977
977
|
} & { [K_11 in Exclude<keyof I_1["contractInfo"], keyof ContractInfo>]: never; };
|
|
978
978
|
contractState?: {
|
|
979
979
|
key?: Uint8Array;
|
|
@@ -259,7 +259,7 @@ export declare const QueryContractInfoResponse: {
|
|
|
259
259
|
} & {
|
|
260
260
|
typeUrl?: string;
|
|
261
261
|
value?: Uint8Array;
|
|
262
|
-
} & { [K_1 in Exclude<keyof I["contractInfo"]["extension"], keyof import("../../google
|
|
262
|
+
} & { [K_1 in Exclude<keyof I["contractInfo"]["extension"], keyof import("../../google").Any>]: never; };
|
|
263
263
|
} & { [K_2 in Exclude<keyof I["contractInfo"], keyof ContractInfo>]: never; };
|
|
264
264
|
} & { [K_3 in Exclude<keyof I, keyof QueryContractInfoResponse>]: never; }>(base?: I): QueryContractInfoResponse;
|
|
265
265
|
fromPartial<I_1 extends {
|
|
@@ -314,7 +314,7 @@ export declare const QueryContractInfoResponse: {
|
|
|
314
314
|
} & {
|
|
315
315
|
typeUrl?: string;
|
|
316
316
|
value?: Uint8Array;
|
|
317
|
-
} & { [K_5 in Exclude<keyof I_1["contractInfo"]["extension"], keyof import("../../google
|
|
317
|
+
} & { [K_5 in Exclude<keyof I_1["contractInfo"]["extension"], keyof import("../../google").Any>]: never; };
|
|
318
318
|
} & { [K_6 in Exclude<keyof I_1["contractInfo"], keyof ContractInfo>]: never; };
|
|
319
319
|
} & { [K_7 in Exclude<keyof I_1, keyof QueryContractInfoResponse>]: never; }>(object: I_1): QueryContractInfoResponse;
|
|
320
320
|
};
|