coreum-js 2.10.0 → 2.12.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/main/client/index.d.ts +2 -1
- package/dist/main/coreum/asset/ft/v1/genesis.d.ts +1 -1
- package/dist/main/coreum/asset/ft/v1/genesis.js +25 -12
- package/dist/main/coreum/asset/ft/v1/params.d.ts +1 -1
- package/dist/main/coreum/asset/ft/v1/params.js +14 -6
- package/dist/main/coreum/asset/ft/v1/query.d.ts +2 -2
- package/dist/main/coreum/asset/ft/v1/query.js +116 -54
- package/dist/main/coreum/asset/ft/v1/tx.d.ts +1 -1
- package/dist/main/coreum/asset/ft/v1/tx.js +1 -1
- package/dist/main/coreum/asset/nft/v1/genesis.d.ts +2 -2
- package/dist/main/coreum/asset/nft/v1/params.d.ts +1 -1
- package/dist/main/coreum/asset/nft/v1/params.js +14 -6
- package/dist/main/coreum/asset/nft/v1/query.d.ts +3 -3
- package/dist/main/coreum/asset/nft/v1/query.js +49 -22
- package/dist/main/coreum/feemodel/v1/genesis.d.ts +1 -1
- package/dist/main/coreum/feemodel/v1/genesis.js +17 -10
- package/dist/main/coreum/feemodel/v1/query.d.ts +1 -1
- package/dist/main/coreum/feemodel/v1/query.js +22 -11
- package/dist/main/coreum/nft/v1beta1/query.d.ts +1 -1
- package/dist/main/coreum/nft/v1beta1/query.js +83 -39
- package/dist/main/cosmos/extensions/bank.d.ts +8 -8
- package/dist/main/cosmos/extensions/bank.js +2 -2
- package/dist/main/cosmos/extensions/distribution.d.ts +11 -11
- package/dist/main/cosmos/extensions/distribution.js +1 -1
- package/dist/main/cosmos/extensions/gov.d.ts +21 -21
- package/dist/main/cosmos/extensions/gov.js +1 -1
- package/dist/main/cosmos/index.d.ts +12 -21
- package/dist/main/cosmos/index.js +50 -42
- package/dist/main/types/msgs.d.ts +4 -4
- package/dist/main/wasm/v1/authz.d.ts +1 -1
- package/dist/main/wasm/v1/authz.js +1 -1
- package/dist/main/wasm/v1/proposal.d.ts +1 -1
- package/dist/main/wasm/v1/proposal.js +1 -1
- package/dist/main/wasm/v1/tx.d.ts +1 -1
- package/dist/main/wasm/v1/tx.js +1 -1
- package/dist/module/client/index.d.ts +2 -1
- package/dist/module/coreum/asset/ft/v1/genesis.d.ts +1 -1
- package/dist/module/coreum/asset/ft/v1/genesis.js +25 -12
- package/dist/module/coreum/asset/ft/v1/params.d.ts +1 -1
- package/dist/module/coreum/asset/ft/v1/params.js +14 -6
- package/dist/module/coreum/asset/ft/v1/query.d.ts +2 -2
- package/dist/module/coreum/asset/ft/v1/query.js +116 -54
- package/dist/module/coreum/asset/ft/v1/tx.d.ts +1 -1
- package/dist/module/coreum/asset/ft/v1/tx.js +1 -1
- package/dist/module/coreum/asset/nft/v1/genesis.d.ts +2 -2
- package/dist/module/coreum/asset/nft/v1/params.d.ts +1 -1
- package/dist/module/coreum/asset/nft/v1/params.js +14 -6
- package/dist/module/coreum/asset/nft/v1/query.d.ts +3 -3
- package/dist/module/coreum/asset/nft/v1/query.js +49 -22
- package/dist/module/coreum/feemodel/v1/genesis.d.ts +1 -1
- package/dist/module/coreum/feemodel/v1/genesis.js +17 -10
- package/dist/module/coreum/feemodel/v1/query.d.ts +1 -1
- package/dist/module/coreum/feemodel/v1/query.js +22 -11
- package/dist/module/coreum/nft/v1beta1/query.d.ts +1 -1
- package/dist/module/coreum/nft/v1beta1/query.js +83 -39
- package/dist/module/cosmos/extensions/bank.d.ts +8 -8
- package/dist/module/cosmos/extensions/bank.js +2 -2
- package/dist/module/cosmos/extensions/distribution.d.ts +11 -11
- package/dist/module/cosmos/extensions/distribution.js +1 -1
- package/dist/module/cosmos/extensions/gov.d.ts +21 -21
- package/dist/module/cosmos/extensions/gov.js +1 -1
- package/dist/module/cosmos/index.d.ts +12 -21
- package/dist/module/cosmos/index.js +29 -19
- package/dist/module/types/msgs.d.ts +4 -4
- package/dist/module/wasm/v1/authz.d.ts +1 -1
- package/dist/module/wasm/v1/authz.js +1 -1
- package/dist/module/wasm/v1/proposal.d.ts +1 -1
- package/dist/module/wasm/v1/proposal.js +1 -1
- package/dist/module/wasm/v1/tx.d.ts +1 -1
- package/dist/module/wasm/v1/tx.js +1 -1
- package/package.json +9 -9
- package/dist/main/cosmos/auth/v1beta1/auth.d.ts +0 -229
- package/dist/main/cosmos/auth/v1beta1/auth.js +0 -437
- package/dist/main/cosmos/authz/v1beta1/authz.d.ts +0 -167
- package/dist/main/cosmos/authz/v1beta1/authz.js +0 -319
- package/dist/main/cosmos/authz/v1beta1/event.d.ts +0 -80
- package/dist/main/cosmos/authz/v1beta1/event.js +0 -162
- package/dist/main/cosmos/authz/v1beta1/genesis.d.ts +0 -121
- package/dist/main/cosmos/authz/v1beta1/genesis.js +0 -68
- package/dist/main/cosmos/authz/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/authz/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/authz/v1beta1/query.d.ts +0 -616
- package/dist/main/cosmos/authz/v1beta1/query.js +0 -512
- package/dist/main/cosmos/authz/v1beta1/tx.d.ts +0 -264
- package/dist/main/cosmos/authz/v1beta1/tx.js +0 -435
- package/dist/main/cosmos/bank/v1beta1/authz.d.ts +0 -80
- package/dist/main/cosmos/bank/v1beta1/authz.js +0 -83
- package/dist/main/cosmos/bank/v1beta1/bank.d.ts +0 -440
- package/dist/main/cosmos/bank/v1beta1/bank.js +0 -556
- package/dist/main/cosmos/bank/v1beta1/genesis.d.ts +0 -473
- package/dist/main/cosmos/bank/v1beta1/genesis.js +0 -207
- package/dist/main/cosmos/bank/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/bank/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/bank/v1beta1/query.d.ts +0 -1633
- package/dist/main/cosmos/bank/v1beta1/query.js +0 -1595
- package/dist/main/cosmos/bank/v1beta1/tx.d.ts +0 -514
- package/dist/main/cosmos/bank/v1beta1/tx.js +0 -498
- package/dist/main/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
- package/dist/main/cosmos/base/query/v1beta1/pagination.js +0 -241
- package/dist/main/cosmos/base/v1beta1/coin.d.ts +0 -114
- package/dist/main/cosmos/base/v1beta1/coin.js +0 -241
- package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
- package/dist/main/cosmos/crypto/multisig/v1beta1/multisig.js +0 -172
- package/dist/main/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
- package/dist/main/cosmos/distribution/v1beta1/distribution.js +0 -887
- package/dist/main/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
- package/dist/main/cosmos/distribution/v1beta1/genesis.js +0 -784
- package/dist/main/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/distribution/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/distribution/v1beta1/query.d.ts +0 -995
- package/dist/main/cosmos/distribution/v1beta1/query.js +0 -1335
- package/dist/main/cosmos/distribution/v1beta1/tx.d.ts +0 -593
- package/dist/main/cosmos/distribution/v1beta1/tx.js +0 -824
- package/dist/main/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
- package/dist/main/cosmos/feegrant/v1beta1/feegrant.js +0 -412
- package/dist/main/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
- package/dist/main/cosmos/feegrant/v1beta1/genesis.js +0 -66
- package/dist/main/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/feegrant/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/feegrant/v1beta1/query.d.ts +0 -512
- package/dist/main/cosmos/feegrant/v1beta1/query.js +0 -460
- package/dist/main/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
- package/dist/main/cosmos/feegrant/v1beta1/tx.js +0 -252
- package/dist/main/cosmos/gov/v1beta1/genesis.d.ts +0 -639
- package/dist/main/cosmos/gov/v1beta1/genesis.js +0 -194
- package/dist/main/cosmos/gov/v1beta1/gov.d.ts +0 -620
- package/dist/main/cosmos/gov/v1beta1/gov.js +0 -1037
- package/dist/main/cosmos/gov/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/gov/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/gov/v1beta1/query.d.ts +0 -1511
- package/dist/main/cosmos/gov/v1beta1/query.js +0 -1186
- package/dist/main/cosmos/gov/v1beta1/tx.d.ts +0 -350
- package/dist/main/cosmos/gov/v1beta1/tx.js +0 -566
- package/dist/main/cosmos/msg/v1/msg.d.ts +0 -1
- package/dist/main/cosmos/msg/v1/msg.js +0 -5
- package/dist/main/cosmos/staking/v1beta1/authz.d.ts +0 -145
- package/dist/main/cosmos/staking/v1beta1/authz.js +0 -224
- package/dist/main/cosmos/staking/v1beta1/genesis.d.ts +0 -899
- package/dist/main/cosmos/staking/v1beta1/genesis.js +0 -305
- package/dist/main/cosmos/staking/v1beta1/pagination.d.ts +0 -128
- package/dist/main/cosmos/staking/v1beta1/pagination.js +0 -227
- package/dist/main/cosmos/staking/v1beta1/query.d.ts +0 -4165
- package/dist/main/cosmos/staking/v1beta1/query.js +0 -2019
- package/dist/main/cosmos/staking/v1beta1/staking.d.ts +0 -2059
- package/dist/main/cosmos/staking/v1beta1/staking.js +0 -2127
- package/dist/main/cosmos/staking/v1beta1/tx.d.ts +0 -748
- package/dist/main/cosmos/staking/v1beta1/tx.js +0 -1141
- package/dist/main/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
- package/dist/main/cosmos/tx/signing/v1beta1/signing.js +0 -546
- package/dist/main/cosmos/tx/v1beta1/tx.d.ts +0 -3468
- package/dist/main/cosmos/tx/v1beta1/tx.js +0 -1276
- package/dist/main/cosmos/vesting/v1beta1/tx.d.ts +0 -350
- package/dist/main/cosmos/vesting/v1beta1/tx.js +0 -454
- package/dist/main/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
- package/dist/main/cosmos/vesting/v1beta1/vesting.js +0 -498
- package/dist/module/cosmos/auth/v1beta1/auth.d.ts +0 -229
- package/dist/module/cosmos/auth/v1beta1/auth.js +0 -427
- package/dist/module/cosmos/authz/v1beta1/authz.d.ts +0 -167
- package/dist/module/cosmos/authz/v1beta1/authz.js +0 -309
- package/dist/module/cosmos/authz/v1beta1/event.d.ts +0 -80
- package/dist/module/cosmos/authz/v1beta1/event.js +0 -154
- package/dist/module/cosmos/authz/v1beta1/genesis.d.ts +0 -121
- package/dist/module/cosmos/authz/v1beta1/genesis.js +0 -61
- package/dist/module/cosmos/authz/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/authz/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/authz/v1beta1/query.d.ts +0 -616
- package/dist/module/cosmos/authz/v1beta1/query.js +0 -501
- package/dist/module/cosmos/authz/v1beta1/tx.d.ts +0 -264
- package/dist/module/cosmos/authz/v1beta1/tx.js +0 -426
- package/dist/module/cosmos/bank/v1beta1/authz.d.ts +0 -80
- package/dist/module/cosmos/bank/v1beta1/authz.js +0 -76
- package/dist/module/cosmos/bank/v1beta1/bank.d.ts +0 -440
- package/dist/module/cosmos/bank/v1beta1/bank.js +0 -543
- package/dist/module/cosmos/bank/v1beta1/genesis.d.ts +0 -473
- package/dist/module/cosmos/bank/v1beta1/genesis.js +0 -199
- package/dist/module/cosmos/bank/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/bank/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/bank/v1beta1/query.d.ts +0 -1633
- package/dist/module/cosmos/bank/v1beta1/query.js +0 -1575
- package/dist/module/cosmos/bank/v1beta1/tx.d.ts +0 -514
- package/dist/module/cosmos/bank/v1beta1/tx.js +0 -489
- package/dist/module/cosmos/base/query/v1beta1/pagination.d.ts +0 -470
- package/dist/module/cosmos/base/query/v1beta1/pagination.js +0 -233
- package/dist/module/cosmos/base/v1beta1/coin.d.ts +0 -114
- package/dist/module/cosmos/base/v1beta1/coin.js +0 -231
- package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.d.ts +0 -67
- package/dist/module/cosmos/crypto/multisig/v1beta1/multisig.js +0 -164
- package/dist/module/cosmos/distribution/v1beta1/distribution.d.ts +0 -638
- package/dist/module/cosmos/distribution/v1beta1/distribution.js +0 -869
- package/dist/module/cosmos/distribution/v1beta1/genesis.d.ts +0 -1259
- package/dist/module/cosmos/distribution/v1beta1/genesis.js +0 -770
- package/dist/module/cosmos/distribution/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/distribution/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/distribution/v1beta1/query.d.ts +0 -995
- package/dist/module/cosmos/distribution/v1beta1/query.js +0 -1315
- package/dist/module/cosmos/distribution/v1beta1/tx.d.ts +0 -593
- package/dist/module/cosmos/distribution/v1beta1/tx.js +0 -810
- package/dist/module/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -367
- package/dist/module/cosmos/feegrant/v1beta1/feegrant.js +0 -402
- package/dist/module/cosmos/feegrant/v1beta1/genesis.d.ts +0 -111
- package/dist/module/cosmos/feegrant/v1beta1/genesis.js +0 -59
- package/dist/module/cosmos/feegrant/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/feegrant/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/feegrant/v1beta1/query.d.ts +0 -512
- package/dist/module/cosmos/feegrant/v1beta1/query.js +0 -450
- package/dist/module/cosmos/feegrant/v1beta1/tx.d.ts +0 -143
- package/dist/module/cosmos/feegrant/v1beta1/tx.js +0 -245
- package/dist/module/cosmos/gov/v1beta1/genesis.d.ts +0 -639
- package/dist/module/cosmos/gov/v1beta1/genesis.js +0 -187
- package/dist/module/cosmos/gov/v1beta1/gov.d.ts +0 -620
- package/dist/module/cosmos/gov/v1beta1/gov.js +0 -1019
- package/dist/module/cosmos/gov/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/gov/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/gov/v1beta1/query.d.ts +0 -1511
- package/dist/module/cosmos/gov/v1beta1/query.js +0 -1170
- package/dist/module/cosmos/gov/v1beta1/tx.d.ts +0 -350
- package/dist/module/cosmos/gov/v1beta1/tx.js +0 -556
- package/dist/module/cosmos/msg/v1/msg.d.ts +0 -1
- package/dist/module/cosmos/msg/v1/msg.js +0 -2
- package/dist/module/cosmos/staking/v1beta1/authz.d.ts +0 -145
- package/dist/module/cosmos/staking/v1beta1/authz.js +0 -214
- package/dist/module/cosmos/staking/v1beta1/genesis.d.ts +0 -899
- package/dist/module/cosmos/staking/v1beta1/genesis.js +0 -297
- package/dist/module/cosmos/staking/v1beta1/pagination.d.ts +0 -128
- package/dist/module/cosmos/staking/v1beta1/pagination.js +0 -219
- package/dist/module/cosmos/staking/v1beta1/query.d.ts +0 -4165
- package/dist/module/cosmos/staking/v1beta1/query.js +0 -1995
- package/dist/module/cosmos/staking/v1beta1/staking.d.ts +0 -2059
- package/dist/module/cosmos/staking/v1beta1/staking.js +0 -2097
- package/dist/module/cosmos/staking/v1beta1/tx.d.ts +0 -748
- package/dist/module/cosmos/staking/v1beta1/tx.js +0 -1127
- package/dist/module/cosmos/tx/signing/v1beta1/signing.d.ts +0 -1938
- package/dist/module/cosmos/tx/signing/v1beta1/signing.js +0 -534
- package/dist/module/cosmos/tx/v1beta1/tx.d.ts +0 -3468
- package/dist/module/cosmos/tx/v1beta1/tx.js +0 -1258
- package/dist/module/cosmos/vesting/v1beta1/tx.d.ts +0 -350
- package/dist/module/cosmos/vesting/v1beta1/tx.js +0 -446
- package/dist/module/cosmos/vesting/v1beta1/vesting.d.ts +0 -1305
- package/dist/module/cosmos/vesting/v1beta1/vesting.js +0 -488
|
@@ -1,616 +0,0 @@
|
|
|
1
|
-
import _m0 from "protobufjs/minimal";
|
|
2
|
-
import { PageRequest, PageResponse } from "./pagination";
|
|
3
|
-
import { Grant, GrantAuthorization } from "./authz";
|
|
4
|
-
export declare const protobufPackage = "cosmos.authz.v1beta1";
|
|
5
|
-
/** Since: cosmos-sdk 0.43 */
|
|
6
|
-
/** QueryGrantsRequest is the request type for the Query/Grants RPC method. */
|
|
7
|
-
export interface QueryGrantsRequest {
|
|
8
|
-
granter: string;
|
|
9
|
-
grantee: string;
|
|
10
|
-
/** Optional, msg_type_url, when set, will query only grants matching given msg type. */
|
|
11
|
-
msgTypeUrl: string;
|
|
12
|
-
/** pagination defines an pagination for the request. */
|
|
13
|
-
pagination: PageRequest | undefined;
|
|
14
|
-
}
|
|
15
|
-
/** QueryGrantsResponse is the response type for the Query/Authorizations RPC method. */
|
|
16
|
-
export interface QueryGrantsResponse {
|
|
17
|
-
/** authorizations is a list of grants granted for grantee by granter. */
|
|
18
|
-
grants: Grant[];
|
|
19
|
-
/** pagination defines an pagination for the response. */
|
|
20
|
-
pagination: PageResponse | undefined;
|
|
21
|
-
}
|
|
22
|
-
/** QueryGranterGrantsRequest is the request type for the Query/GranterGrants RPC method. */
|
|
23
|
-
export interface QueryGranterGrantsRequest {
|
|
24
|
-
granter: string;
|
|
25
|
-
/** pagination defines an pagination for the request. */
|
|
26
|
-
pagination: PageRequest | undefined;
|
|
27
|
-
}
|
|
28
|
-
/** QueryGranterGrantsResponse is the response type for the Query/GranterGrants RPC method. */
|
|
29
|
-
export interface QueryGranterGrantsResponse {
|
|
30
|
-
/** grants is a list of grants granted by the granter. */
|
|
31
|
-
grants: GrantAuthorization[];
|
|
32
|
-
/** pagination defines an pagination for the response. */
|
|
33
|
-
pagination: PageResponse | undefined;
|
|
34
|
-
}
|
|
35
|
-
/** QueryGranteeGrantsRequest is the request type for the Query/IssuedGrants RPC method. */
|
|
36
|
-
export interface QueryGranteeGrantsRequest {
|
|
37
|
-
grantee: string;
|
|
38
|
-
/** pagination defines an pagination for the request. */
|
|
39
|
-
pagination: PageRequest | undefined;
|
|
40
|
-
}
|
|
41
|
-
/** QueryGranteeGrantsResponse is the response type for the Query/GranteeGrants RPC method. */
|
|
42
|
-
export interface QueryGranteeGrantsResponse {
|
|
43
|
-
/** grants is a list of grants granted to the grantee. */
|
|
44
|
-
grants: GrantAuthorization[];
|
|
45
|
-
/** pagination defines an pagination for the response. */
|
|
46
|
-
pagination: PageResponse | undefined;
|
|
47
|
-
}
|
|
48
|
-
export declare const QueryGrantsRequest: {
|
|
49
|
-
encode(message: QueryGrantsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
50
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGrantsRequest;
|
|
51
|
-
fromJSON(object: any): QueryGrantsRequest;
|
|
52
|
-
toJSON(message: QueryGrantsRequest): unknown;
|
|
53
|
-
create<I extends {
|
|
54
|
-
granter?: string;
|
|
55
|
-
grantee?: string;
|
|
56
|
-
msgTypeUrl?: string;
|
|
57
|
-
pagination?: {
|
|
58
|
-
key?: Uint8Array;
|
|
59
|
-
offset?: number;
|
|
60
|
-
limit?: number;
|
|
61
|
-
countTotal?: boolean;
|
|
62
|
-
reverse?: boolean;
|
|
63
|
-
};
|
|
64
|
-
} & {
|
|
65
|
-
granter?: string;
|
|
66
|
-
grantee?: string;
|
|
67
|
-
msgTypeUrl?: string;
|
|
68
|
-
pagination?: {
|
|
69
|
-
key?: Uint8Array;
|
|
70
|
-
offset?: number;
|
|
71
|
-
limit?: number;
|
|
72
|
-
countTotal?: boolean;
|
|
73
|
-
reverse?: boolean;
|
|
74
|
-
} & {
|
|
75
|
-
key?: Uint8Array;
|
|
76
|
-
offset?: number;
|
|
77
|
-
limit?: number;
|
|
78
|
-
countTotal?: boolean;
|
|
79
|
-
reverse?: boolean;
|
|
80
|
-
} & { [K in Exclude<keyof I["pagination"], keyof PageRequest>]: never; };
|
|
81
|
-
} & { [K_1 in Exclude<keyof I, keyof QueryGrantsRequest>]: never; }>(base?: I): QueryGrantsRequest;
|
|
82
|
-
fromPartial<I_1 extends {
|
|
83
|
-
granter?: string;
|
|
84
|
-
grantee?: string;
|
|
85
|
-
msgTypeUrl?: string;
|
|
86
|
-
pagination?: {
|
|
87
|
-
key?: Uint8Array;
|
|
88
|
-
offset?: number;
|
|
89
|
-
limit?: number;
|
|
90
|
-
countTotal?: boolean;
|
|
91
|
-
reverse?: boolean;
|
|
92
|
-
};
|
|
93
|
-
} & {
|
|
94
|
-
granter?: string;
|
|
95
|
-
grantee?: string;
|
|
96
|
-
msgTypeUrl?: string;
|
|
97
|
-
pagination?: {
|
|
98
|
-
key?: Uint8Array;
|
|
99
|
-
offset?: number;
|
|
100
|
-
limit?: number;
|
|
101
|
-
countTotal?: boolean;
|
|
102
|
-
reverse?: boolean;
|
|
103
|
-
} & {
|
|
104
|
-
key?: Uint8Array;
|
|
105
|
-
offset?: number;
|
|
106
|
-
limit?: number;
|
|
107
|
-
countTotal?: boolean;
|
|
108
|
-
reverse?: boolean;
|
|
109
|
-
} & { [K_2 in Exclude<keyof I_1["pagination"], keyof PageRequest>]: never; };
|
|
110
|
-
} & { [K_3 in Exclude<keyof I_1, keyof QueryGrantsRequest>]: never; }>(object: I_1): QueryGrantsRequest;
|
|
111
|
-
};
|
|
112
|
-
export declare const QueryGrantsResponse: {
|
|
113
|
-
encode(message: QueryGrantsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
114
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGrantsResponse;
|
|
115
|
-
fromJSON(object: any): QueryGrantsResponse;
|
|
116
|
-
toJSON(message: QueryGrantsResponse): unknown;
|
|
117
|
-
create<I extends {
|
|
118
|
-
grants?: {
|
|
119
|
-
authorization?: {
|
|
120
|
-
typeUrl?: string;
|
|
121
|
-
value?: Uint8Array;
|
|
122
|
-
};
|
|
123
|
-
expiration?: Date;
|
|
124
|
-
}[];
|
|
125
|
-
pagination?: {
|
|
126
|
-
nextKey?: Uint8Array;
|
|
127
|
-
total?: number;
|
|
128
|
-
};
|
|
129
|
-
} & {
|
|
130
|
-
grants?: {
|
|
131
|
-
authorization?: {
|
|
132
|
-
typeUrl?: string;
|
|
133
|
-
value?: Uint8Array;
|
|
134
|
-
};
|
|
135
|
-
expiration?: Date;
|
|
136
|
-
}[] & ({
|
|
137
|
-
authorization?: {
|
|
138
|
-
typeUrl?: string;
|
|
139
|
-
value?: Uint8Array;
|
|
140
|
-
};
|
|
141
|
-
expiration?: Date;
|
|
142
|
-
} & {
|
|
143
|
-
authorization?: {
|
|
144
|
-
typeUrl?: string;
|
|
145
|
-
value?: Uint8Array;
|
|
146
|
-
} & {
|
|
147
|
-
typeUrl?: string;
|
|
148
|
-
value?: Uint8Array;
|
|
149
|
-
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
150
|
-
expiration?: Date;
|
|
151
|
-
} & { [K_1 in Exclude<keyof I["grants"][number], keyof Grant>]: never; })[] & { [K_2 in Exclude<keyof I["grants"], keyof {
|
|
152
|
-
authorization?: {
|
|
153
|
-
typeUrl?: string;
|
|
154
|
-
value?: Uint8Array;
|
|
155
|
-
};
|
|
156
|
-
expiration?: Date;
|
|
157
|
-
}[]>]: never; };
|
|
158
|
-
pagination?: {
|
|
159
|
-
nextKey?: Uint8Array;
|
|
160
|
-
total?: number;
|
|
161
|
-
} & {
|
|
162
|
-
nextKey?: Uint8Array;
|
|
163
|
-
total?: number;
|
|
164
|
-
} & { [K_3 in Exclude<keyof I["pagination"], keyof PageResponse>]: never; };
|
|
165
|
-
} & { [K_4 in Exclude<keyof I, keyof QueryGrantsResponse>]: never; }>(base?: I): QueryGrantsResponse;
|
|
166
|
-
fromPartial<I_1 extends {
|
|
167
|
-
grants?: {
|
|
168
|
-
authorization?: {
|
|
169
|
-
typeUrl?: string;
|
|
170
|
-
value?: Uint8Array;
|
|
171
|
-
};
|
|
172
|
-
expiration?: Date;
|
|
173
|
-
}[];
|
|
174
|
-
pagination?: {
|
|
175
|
-
nextKey?: Uint8Array;
|
|
176
|
-
total?: number;
|
|
177
|
-
};
|
|
178
|
-
} & {
|
|
179
|
-
grants?: {
|
|
180
|
-
authorization?: {
|
|
181
|
-
typeUrl?: string;
|
|
182
|
-
value?: Uint8Array;
|
|
183
|
-
};
|
|
184
|
-
expiration?: Date;
|
|
185
|
-
}[] & ({
|
|
186
|
-
authorization?: {
|
|
187
|
-
typeUrl?: string;
|
|
188
|
-
value?: Uint8Array;
|
|
189
|
-
};
|
|
190
|
-
expiration?: Date;
|
|
191
|
-
} & {
|
|
192
|
-
authorization?: {
|
|
193
|
-
typeUrl?: string;
|
|
194
|
-
value?: Uint8Array;
|
|
195
|
-
} & {
|
|
196
|
-
typeUrl?: string;
|
|
197
|
-
value?: Uint8Array;
|
|
198
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
199
|
-
expiration?: Date;
|
|
200
|
-
} & { [K_6 in Exclude<keyof I_1["grants"][number], keyof Grant>]: never; })[] & { [K_7 in Exclude<keyof I_1["grants"], keyof {
|
|
201
|
-
authorization?: {
|
|
202
|
-
typeUrl?: string;
|
|
203
|
-
value?: Uint8Array;
|
|
204
|
-
};
|
|
205
|
-
expiration?: Date;
|
|
206
|
-
}[]>]: never; };
|
|
207
|
-
pagination?: {
|
|
208
|
-
nextKey?: Uint8Array;
|
|
209
|
-
total?: number;
|
|
210
|
-
} & {
|
|
211
|
-
nextKey?: Uint8Array;
|
|
212
|
-
total?: number;
|
|
213
|
-
} & { [K_8 in Exclude<keyof I_1["pagination"], keyof PageResponse>]: never; };
|
|
214
|
-
} & { [K_9 in Exclude<keyof I_1, keyof QueryGrantsResponse>]: never; }>(object: I_1): QueryGrantsResponse;
|
|
215
|
-
};
|
|
216
|
-
export declare const QueryGranterGrantsRequest: {
|
|
217
|
-
encode(message: QueryGranterGrantsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
218
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGranterGrantsRequest;
|
|
219
|
-
fromJSON(object: any): QueryGranterGrantsRequest;
|
|
220
|
-
toJSON(message: QueryGranterGrantsRequest): unknown;
|
|
221
|
-
create<I extends {
|
|
222
|
-
granter?: string;
|
|
223
|
-
pagination?: {
|
|
224
|
-
key?: Uint8Array;
|
|
225
|
-
offset?: number;
|
|
226
|
-
limit?: number;
|
|
227
|
-
countTotal?: boolean;
|
|
228
|
-
reverse?: boolean;
|
|
229
|
-
};
|
|
230
|
-
} & {
|
|
231
|
-
granter?: string;
|
|
232
|
-
pagination?: {
|
|
233
|
-
key?: Uint8Array;
|
|
234
|
-
offset?: number;
|
|
235
|
-
limit?: number;
|
|
236
|
-
countTotal?: boolean;
|
|
237
|
-
reverse?: boolean;
|
|
238
|
-
} & {
|
|
239
|
-
key?: Uint8Array;
|
|
240
|
-
offset?: number;
|
|
241
|
-
limit?: number;
|
|
242
|
-
countTotal?: boolean;
|
|
243
|
-
reverse?: boolean;
|
|
244
|
-
} & { [K in Exclude<keyof I["pagination"], keyof PageRequest>]: never; };
|
|
245
|
-
} & { [K_1 in Exclude<keyof I, keyof QueryGranterGrantsRequest>]: never; }>(base?: I): QueryGranterGrantsRequest;
|
|
246
|
-
fromPartial<I_1 extends {
|
|
247
|
-
granter?: string;
|
|
248
|
-
pagination?: {
|
|
249
|
-
key?: Uint8Array;
|
|
250
|
-
offset?: number;
|
|
251
|
-
limit?: number;
|
|
252
|
-
countTotal?: boolean;
|
|
253
|
-
reverse?: boolean;
|
|
254
|
-
};
|
|
255
|
-
} & {
|
|
256
|
-
granter?: string;
|
|
257
|
-
pagination?: {
|
|
258
|
-
key?: Uint8Array;
|
|
259
|
-
offset?: number;
|
|
260
|
-
limit?: number;
|
|
261
|
-
countTotal?: boolean;
|
|
262
|
-
reverse?: boolean;
|
|
263
|
-
} & {
|
|
264
|
-
key?: Uint8Array;
|
|
265
|
-
offset?: number;
|
|
266
|
-
limit?: number;
|
|
267
|
-
countTotal?: boolean;
|
|
268
|
-
reverse?: boolean;
|
|
269
|
-
} & { [K_2 in Exclude<keyof I_1["pagination"], keyof PageRequest>]: never; };
|
|
270
|
-
} & { [K_3 in Exclude<keyof I_1, keyof QueryGranterGrantsRequest>]: never; }>(object: I_1): QueryGranterGrantsRequest;
|
|
271
|
-
};
|
|
272
|
-
export declare const QueryGranterGrantsResponse: {
|
|
273
|
-
encode(message: QueryGranterGrantsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
274
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGranterGrantsResponse;
|
|
275
|
-
fromJSON(object: any): QueryGranterGrantsResponse;
|
|
276
|
-
toJSON(message: QueryGranterGrantsResponse): unknown;
|
|
277
|
-
create<I extends {
|
|
278
|
-
grants?: {
|
|
279
|
-
granter?: string;
|
|
280
|
-
grantee?: string;
|
|
281
|
-
authorization?: {
|
|
282
|
-
typeUrl?: string;
|
|
283
|
-
value?: Uint8Array;
|
|
284
|
-
};
|
|
285
|
-
expiration?: Date;
|
|
286
|
-
}[];
|
|
287
|
-
pagination?: {
|
|
288
|
-
nextKey?: Uint8Array;
|
|
289
|
-
total?: number;
|
|
290
|
-
};
|
|
291
|
-
} & {
|
|
292
|
-
grants?: {
|
|
293
|
-
granter?: string;
|
|
294
|
-
grantee?: string;
|
|
295
|
-
authorization?: {
|
|
296
|
-
typeUrl?: string;
|
|
297
|
-
value?: Uint8Array;
|
|
298
|
-
};
|
|
299
|
-
expiration?: Date;
|
|
300
|
-
}[] & ({
|
|
301
|
-
granter?: string;
|
|
302
|
-
grantee?: string;
|
|
303
|
-
authorization?: {
|
|
304
|
-
typeUrl?: string;
|
|
305
|
-
value?: Uint8Array;
|
|
306
|
-
};
|
|
307
|
-
expiration?: Date;
|
|
308
|
-
} & {
|
|
309
|
-
granter?: string;
|
|
310
|
-
grantee?: string;
|
|
311
|
-
authorization?: {
|
|
312
|
-
typeUrl?: string;
|
|
313
|
-
value?: Uint8Array;
|
|
314
|
-
} & {
|
|
315
|
-
typeUrl?: string;
|
|
316
|
-
value?: Uint8Array;
|
|
317
|
-
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
318
|
-
expiration?: Date;
|
|
319
|
-
} & { [K_1 in Exclude<keyof I["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_2 in Exclude<keyof I["grants"], keyof {
|
|
320
|
-
granter?: string;
|
|
321
|
-
grantee?: string;
|
|
322
|
-
authorization?: {
|
|
323
|
-
typeUrl?: string;
|
|
324
|
-
value?: Uint8Array;
|
|
325
|
-
};
|
|
326
|
-
expiration?: Date;
|
|
327
|
-
}[]>]: never; };
|
|
328
|
-
pagination?: {
|
|
329
|
-
nextKey?: Uint8Array;
|
|
330
|
-
total?: number;
|
|
331
|
-
} & {
|
|
332
|
-
nextKey?: Uint8Array;
|
|
333
|
-
total?: number;
|
|
334
|
-
} & { [K_3 in Exclude<keyof I["pagination"], keyof PageResponse>]: never; };
|
|
335
|
-
} & { [K_4 in Exclude<keyof I, keyof QueryGranterGrantsResponse>]: never; }>(base?: I): QueryGranterGrantsResponse;
|
|
336
|
-
fromPartial<I_1 extends {
|
|
337
|
-
grants?: {
|
|
338
|
-
granter?: string;
|
|
339
|
-
grantee?: string;
|
|
340
|
-
authorization?: {
|
|
341
|
-
typeUrl?: string;
|
|
342
|
-
value?: Uint8Array;
|
|
343
|
-
};
|
|
344
|
-
expiration?: Date;
|
|
345
|
-
}[];
|
|
346
|
-
pagination?: {
|
|
347
|
-
nextKey?: Uint8Array;
|
|
348
|
-
total?: number;
|
|
349
|
-
};
|
|
350
|
-
} & {
|
|
351
|
-
grants?: {
|
|
352
|
-
granter?: string;
|
|
353
|
-
grantee?: string;
|
|
354
|
-
authorization?: {
|
|
355
|
-
typeUrl?: string;
|
|
356
|
-
value?: Uint8Array;
|
|
357
|
-
};
|
|
358
|
-
expiration?: Date;
|
|
359
|
-
}[] & ({
|
|
360
|
-
granter?: string;
|
|
361
|
-
grantee?: string;
|
|
362
|
-
authorization?: {
|
|
363
|
-
typeUrl?: string;
|
|
364
|
-
value?: Uint8Array;
|
|
365
|
-
};
|
|
366
|
-
expiration?: Date;
|
|
367
|
-
} & {
|
|
368
|
-
granter?: string;
|
|
369
|
-
grantee?: string;
|
|
370
|
-
authorization?: {
|
|
371
|
-
typeUrl?: string;
|
|
372
|
-
value?: Uint8Array;
|
|
373
|
-
} & {
|
|
374
|
-
typeUrl?: string;
|
|
375
|
-
value?: Uint8Array;
|
|
376
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
377
|
-
expiration?: Date;
|
|
378
|
-
} & { [K_6 in Exclude<keyof I_1["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_7 in Exclude<keyof I_1["grants"], keyof {
|
|
379
|
-
granter?: string;
|
|
380
|
-
grantee?: string;
|
|
381
|
-
authorization?: {
|
|
382
|
-
typeUrl?: string;
|
|
383
|
-
value?: Uint8Array;
|
|
384
|
-
};
|
|
385
|
-
expiration?: Date;
|
|
386
|
-
}[]>]: never; };
|
|
387
|
-
pagination?: {
|
|
388
|
-
nextKey?: Uint8Array;
|
|
389
|
-
total?: number;
|
|
390
|
-
} & {
|
|
391
|
-
nextKey?: Uint8Array;
|
|
392
|
-
total?: number;
|
|
393
|
-
} & { [K_8 in Exclude<keyof I_1["pagination"], keyof PageResponse>]: never; };
|
|
394
|
-
} & { [K_9 in Exclude<keyof I_1, keyof QueryGranterGrantsResponse>]: never; }>(object: I_1): QueryGranterGrantsResponse;
|
|
395
|
-
};
|
|
396
|
-
export declare const QueryGranteeGrantsRequest: {
|
|
397
|
-
encode(message: QueryGranteeGrantsRequest, writer?: _m0.Writer): _m0.Writer;
|
|
398
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGranteeGrantsRequest;
|
|
399
|
-
fromJSON(object: any): QueryGranteeGrantsRequest;
|
|
400
|
-
toJSON(message: QueryGranteeGrantsRequest): unknown;
|
|
401
|
-
create<I extends {
|
|
402
|
-
grantee?: string;
|
|
403
|
-
pagination?: {
|
|
404
|
-
key?: Uint8Array;
|
|
405
|
-
offset?: number;
|
|
406
|
-
limit?: number;
|
|
407
|
-
countTotal?: boolean;
|
|
408
|
-
reverse?: boolean;
|
|
409
|
-
};
|
|
410
|
-
} & {
|
|
411
|
-
grantee?: string;
|
|
412
|
-
pagination?: {
|
|
413
|
-
key?: Uint8Array;
|
|
414
|
-
offset?: number;
|
|
415
|
-
limit?: number;
|
|
416
|
-
countTotal?: boolean;
|
|
417
|
-
reverse?: boolean;
|
|
418
|
-
} & {
|
|
419
|
-
key?: Uint8Array;
|
|
420
|
-
offset?: number;
|
|
421
|
-
limit?: number;
|
|
422
|
-
countTotal?: boolean;
|
|
423
|
-
reverse?: boolean;
|
|
424
|
-
} & { [K in Exclude<keyof I["pagination"], keyof PageRequest>]: never; };
|
|
425
|
-
} & { [K_1 in Exclude<keyof I, keyof QueryGranteeGrantsRequest>]: never; }>(base?: I): QueryGranteeGrantsRequest;
|
|
426
|
-
fromPartial<I_1 extends {
|
|
427
|
-
grantee?: string;
|
|
428
|
-
pagination?: {
|
|
429
|
-
key?: Uint8Array;
|
|
430
|
-
offset?: number;
|
|
431
|
-
limit?: number;
|
|
432
|
-
countTotal?: boolean;
|
|
433
|
-
reverse?: boolean;
|
|
434
|
-
};
|
|
435
|
-
} & {
|
|
436
|
-
grantee?: string;
|
|
437
|
-
pagination?: {
|
|
438
|
-
key?: Uint8Array;
|
|
439
|
-
offset?: number;
|
|
440
|
-
limit?: number;
|
|
441
|
-
countTotal?: boolean;
|
|
442
|
-
reverse?: boolean;
|
|
443
|
-
} & {
|
|
444
|
-
key?: Uint8Array;
|
|
445
|
-
offset?: number;
|
|
446
|
-
limit?: number;
|
|
447
|
-
countTotal?: boolean;
|
|
448
|
-
reverse?: boolean;
|
|
449
|
-
} & { [K_2 in Exclude<keyof I_1["pagination"], keyof PageRequest>]: never; };
|
|
450
|
-
} & { [K_3 in Exclude<keyof I_1, keyof QueryGranteeGrantsRequest>]: never; }>(object: I_1): QueryGranteeGrantsRequest;
|
|
451
|
-
};
|
|
452
|
-
export declare const QueryGranteeGrantsResponse: {
|
|
453
|
-
encode(message: QueryGranteeGrantsResponse, writer?: _m0.Writer): _m0.Writer;
|
|
454
|
-
decode(input: _m0.Reader | Uint8Array, length?: number): QueryGranteeGrantsResponse;
|
|
455
|
-
fromJSON(object: any): QueryGranteeGrantsResponse;
|
|
456
|
-
toJSON(message: QueryGranteeGrantsResponse): unknown;
|
|
457
|
-
create<I extends {
|
|
458
|
-
grants?: {
|
|
459
|
-
granter?: string;
|
|
460
|
-
grantee?: string;
|
|
461
|
-
authorization?: {
|
|
462
|
-
typeUrl?: string;
|
|
463
|
-
value?: Uint8Array;
|
|
464
|
-
};
|
|
465
|
-
expiration?: Date;
|
|
466
|
-
}[];
|
|
467
|
-
pagination?: {
|
|
468
|
-
nextKey?: Uint8Array;
|
|
469
|
-
total?: number;
|
|
470
|
-
};
|
|
471
|
-
} & {
|
|
472
|
-
grants?: {
|
|
473
|
-
granter?: string;
|
|
474
|
-
grantee?: string;
|
|
475
|
-
authorization?: {
|
|
476
|
-
typeUrl?: string;
|
|
477
|
-
value?: Uint8Array;
|
|
478
|
-
};
|
|
479
|
-
expiration?: Date;
|
|
480
|
-
}[] & ({
|
|
481
|
-
granter?: string;
|
|
482
|
-
grantee?: string;
|
|
483
|
-
authorization?: {
|
|
484
|
-
typeUrl?: string;
|
|
485
|
-
value?: Uint8Array;
|
|
486
|
-
};
|
|
487
|
-
expiration?: Date;
|
|
488
|
-
} & {
|
|
489
|
-
granter?: string;
|
|
490
|
-
grantee?: string;
|
|
491
|
-
authorization?: {
|
|
492
|
-
typeUrl?: string;
|
|
493
|
-
value?: Uint8Array;
|
|
494
|
-
} & {
|
|
495
|
-
typeUrl?: string;
|
|
496
|
-
value?: Uint8Array;
|
|
497
|
-
} & { [K in Exclude<keyof I["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
498
|
-
expiration?: Date;
|
|
499
|
-
} & { [K_1 in Exclude<keyof I["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_2 in Exclude<keyof I["grants"], keyof {
|
|
500
|
-
granter?: string;
|
|
501
|
-
grantee?: string;
|
|
502
|
-
authorization?: {
|
|
503
|
-
typeUrl?: string;
|
|
504
|
-
value?: Uint8Array;
|
|
505
|
-
};
|
|
506
|
-
expiration?: Date;
|
|
507
|
-
}[]>]: never; };
|
|
508
|
-
pagination?: {
|
|
509
|
-
nextKey?: Uint8Array;
|
|
510
|
-
total?: number;
|
|
511
|
-
} & {
|
|
512
|
-
nextKey?: Uint8Array;
|
|
513
|
-
total?: number;
|
|
514
|
-
} & { [K_3 in Exclude<keyof I["pagination"], keyof PageResponse>]: never; };
|
|
515
|
-
} & { [K_4 in Exclude<keyof I, keyof QueryGranteeGrantsResponse>]: never; }>(base?: I): QueryGranteeGrantsResponse;
|
|
516
|
-
fromPartial<I_1 extends {
|
|
517
|
-
grants?: {
|
|
518
|
-
granter?: string;
|
|
519
|
-
grantee?: string;
|
|
520
|
-
authorization?: {
|
|
521
|
-
typeUrl?: string;
|
|
522
|
-
value?: Uint8Array;
|
|
523
|
-
};
|
|
524
|
-
expiration?: Date;
|
|
525
|
-
}[];
|
|
526
|
-
pagination?: {
|
|
527
|
-
nextKey?: Uint8Array;
|
|
528
|
-
total?: number;
|
|
529
|
-
};
|
|
530
|
-
} & {
|
|
531
|
-
grants?: {
|
|
532
|
-
granter?: string;
|
|
533
|
-
grantee?: string;
|
|
534
|
-
authorization?: {
|
|
535
|
-
typeUrl?: string;
|
|
536
|
-
value?: Uint8Array;
|
|
537
|
-
};
|
|
538
|
-
expiration?: Date;
|
|
539
|
-
}[] & ({
|
|
540
|
-
granter?: string;
|
|
541
|
-
grantee?: string;
|
|
542
|
-
authorization?: {
|
|
543
|
-
typeUrl?: string;
|
|
544
|
-
value?: Uint8Array;
|
|
545
|
-
};
|
|
546
|
-
expiration?: Date;
|
|
547
|
-
} & {
|
|
548
|
-
granter?: string;
|
|
549
|
-
grantee?: string;
|
|
550
|
-
authorization?: {
|
|
551
|
-
typeUrl?: string;
|
|
552
|
-
value?: Uint8Array;
|
|
553
|
-
} & {
|
|
554
|
-
typeUrl?: string;
|
|
555
|
-
value?: Uint8Array;
|
|
556
|
-
} & { [K_5 in Exclude<keyof I_1["grants"][number]["authorization"], keyof import("../../../google").Any>]: never; };
|
|
557
|
-
expiration?: Date;
|
|
558
|
-
} & { [K_6 in Exclude<keyof I_1["grants"][number], keyof GrantAuthorization>]: never; })[] & { [K_7 in Exclude<keyof I_1["grants"], keyof {
|
|
559
|
-
granter?: string;
|
|
560
|
-
grantee?: string;
|
|
561
|
-
authorization?: {
|
|
562
|
-
typeUrl?: string;
|
|
563
|
-
value?: Uint8Array;
|
|
564
|
-
};
|
|
565
|
-
expiration?: Date;
|
|
566
|
-
}[]>]: never; };
|
|
567
|
-
pagination?: {
|
|
568
|
-
nextKey?: Uint8Array;
|
|
569
|
-
total?: number;
|
|
570
|
-
} & {
|
|
571
|
-
nextKey?: Uint8Array;
|
|
572
|
-
total?: number;
|
|
573
|
-
} & { [K_8 in Exclude<keyof I_1["pagination"], keyof PageResponse>]: never; };
|
|
574
|
-
} & { [K_9 in Exclude<keyof I_1, keyof QueryGranteeGrantsResponse>]: never; }>(object: I_1): QueryGranteeGrantsResponse;
|
|
575
|
-
};
|
|
576
|
-
/** Query defines the gRPC querier service. */
|
|
577
|
-
export interface Query {
|
|
578
|
-
/** Returns list of `Authorization`, granted to the grantee by the granter. */
|
|
579
|
-
Grants(request: QueryGrantsRequest): Promise<QueryGrantsResponse>;
|
|
580
|
-
/**
|
|
581
|
-
* GranterGrants returns list of `GrantAuthorization`, granted by granter.
|
|
582
|
-
*
|
|
583
|
-
* Since: cosmos-sdk 0.46
|
|
584
|
-
*/
|
|
585
|
-
GranterGrants(request: QueryGranterGrantsRequest): Promise<QueryGranterGrantsResponse>;
|
|
586
|
-
/**
|
|
587
|
-
* GranteeGrants returns a list of `GrantAuthorization` by grantee.
|
|
588
|
-
*
|
|
589
|
-
* Since: cosmos-sdk 0.46
|
|
590
|
-
*/
|
|
591
|
-
GranteeGrants(request: QueryGranteeGrantsRequest): Promise<QueryGranteeGrantsResponse>;
|
|
592
|
-
}
|
|
593
|
-
export declare class QueryClientImpl implements Query {
|
|
594
|
-
private readonly rpc;
|
|
595
|
-
private readonly service;
|
|
596
|
-
constructor(rpc: Rpc, opts?: {
|
|
597
|
-
service?: string;
|
|
598
|
-
});
|
|
599
|
-
Grants(request: QueryGrantsRequest): Promise<QueryGrantsResponse>;
|
|
600
|
-
GranterGrants(request: QueryGranterGrantsRequest): Promise<QueryGranterGrantsResponse>;
|
|
601
|
-
GranteeGrants(request: QueryGranteeGrantsRequest): Promise<QueryGranteeGrantsResponse>;
|
|
602
|
-
}
|
|
603
|
-
interface Rpc {
|
|
604
|
-
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
605
|
-
}
|
|
606
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
607
|
-
export type DeepPartial<T> = T extends Builtin ? T : T extends Array<infer U> ? Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
608
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
609
|
-
} : Partial<T>;
|
|
610
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
611
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
612
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
613
|
-
} & {
|
|
614
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
615
|
-
};
|
|
616
|
-
export {};
|