@agoric/cosmic-proto 0.4.1-dev-38b6b62.0 → 0.4.1-dev-50c9518.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/agoric/bundle.d.ts +371 -371
- package/dist/codegen/cosmos/bundle.d.ts +3401 -3401
- package/dist/codegen/cosmos_proto/bundle.d.ts +15 -15
- package/dist/codegen/google/bundle.d.ts +223 -223
- package/dist/codegen/ibc/bundle.d.ts +1407 -1407
- package/dist/codegen/ics23/bundle.d.ts +93 -93
- package/dist/codegen/tendermint/bundle.d.ts +601 -601
- package/package.json +4 -4
|
@@ -7,49 +7,49 @@ export declare namespace google {
|
|
|
7
7
|
const protobuf: {
|
|
8
8
|
Timestamp: {
|
|
9
9
|
typeUrl: string;
|
|
10
|
-
encode(message:
|
|
11
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
10
|
+
encode(message: Timestamp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
11
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _85.Timestamp;
|
|
12
12
|
fromJSON(object: any): _85.Timestamp;
|
|
13
|
-
toJSON(message:
|
|
14
|
-
fromPartial(object: Partial<
|
|
15
|
-
fromProtoMsg(message:
|
|
16
|
-
toProto(message:
|
|
17
|
-
toProtoMsg(message:
|
|
13
|
+
toJSON(message: Timestamp): unknown;
|
|
14
|
+
fromPartial(object: Partial<Timestamp>): _85.Timestamp;
|
|
15
|
+
fromProtoMsg(message: TimestampProtoMsg): _85.Timestamp;
|
|
16
|
+
toProto(message: Timestamp): Uint8Array;
|
|
17
|
+
toProtoMsg(message: Timestamp): _85.TimestampProtoMsg;
|
|
18
18
|
};
|
|
19
19
|
Empty: {
|
|
20
20
|
typeUrl: string;
|
|
21
|
-
encode(_:
|
|
22
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
21
|
+
encode(_: Empty, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
22
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _84.Empty;
|
|
23
23
|
fromJSON(_: any): _84.Empty;
|
|
24
|
-
toJSON(_:
|
|
25
|
-
fromPartial(_: Partial<
|
|
26
|
-
fromProtoMsg(message:
|
|
27
|
-
toProto(message:
|
|
28
|
-
toProtoMsg(message:
|
|
24
|
+
toJSON(_: Empty): unknown;
|
|
25
|
+
fromPartial(_: Partial<Empty>): _84.Empty;
|
|
26
|
+
fromProtoMsg(message: EmptyProtoMsg): _84.Empty;
|
|
27
|
+
toProto(message: Empty): Uint8Array;
|
|
28
|
+
toProtoMsg(message: Empty): _84.EmptyProtoMsg;
|
|
29
29
|
};
|
|
30
30
|
Duration: {
|
|
31
31
|
typeUrl: string;
|
|
32
|
-
encode(message:
|
|
33
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
32
|
+
encode(message: Duration, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
33
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _83.Duration;
|
|
34
34
|
fromJSON(object: any): _83.Duration;
|
|
35
|
-
toJSON(message:
|
|
36
|
-
fromPartial(object: Partial<
|
|
37
|
-
fromProtoMsg(message:
|
|
38
|
-
toProto(message:
|
|
39
|
-
toProtoMsg(message:
|
|
35
|
+
toJSON(message: Duration): unknown;
|
|
36
|
+
fromPartial(object: Partial<Duration>): _83.Duration;
|
|
37
|
+
fromProtoMsg(message: DurationProtoMsg): _83.Duration;
|
|
38
|
+
toProto(message: Duration): Uint8Array;
|
|
39
|
+
toProtoMsg(message: Duration): _83.DurationProtoMsg;
|
|
40
40
|
};
|
|
41
41
|
fieldDescriptorProto_TypeFromJSON(object: any): _82.FieldDescriptorProto_Type;
|
|
42
|
-
fieldDescriptorProto_TypeToJSON(object:
|
|
42
|
+
fieldDescriptorProto_TypeToJSON(object: FieldDescriptorProto_Type): string;
|
|
43
43
|
fieldDescriptorProto_LabelFromJSON(object: any): _82.FieldDescriptorProto_Label;
|
|
44
|
-
fieldDescriptorProto_LabelToJSON(object:
|
|
44
|
+
fieldDescriptorProto_LabelToJSON(object: FieldDescriptorProto_Label): string;
|
|
45
45
|
fileOptions_OptimizeModeFromJSON(object: any): _82.FileOptions_OptimizeMode;
|
|
46
|
-
fileOptions_OptimizeModeToJSON(object:
|
|
46
|
+
fileOptions_OptimizeModeToJSON(object: FileOptions_OptimizeMode): string;
|
|
47
47
|
fieldOptions_CTypeFromJSON(object: any): _82.FieldOptions_CType;
|
|
48
|
-
fieldOptions_CTypeToJSON(object:
|
|
48
|
+
fieldOptions_CTypeToJSON(object: FieldOptions_CType): string;
|
|
49
49
|
fieldOptions_JSTypeFromJSON(object: any): _82.FieldOptions_JSType;
|
|
50
|
-
fieldOptions_JSTypeToJSON(object:
|
|
50
|
+
fieldOptions_JSTypeToJSON(object: FieldOptions_JSType): string;
|
|
51
51
|
methodOptions_IdempotencyLevelFromJSON(object: any): _82.MethodOptions_IdempotencyLevel;
|
|
52
|
-
methodOptions_IdempotencyLevelToJSON(object:
|
|
52
|
+
methodOptions_IdempotencyLevelToJSON(object: MethodOptions_IdempotencyLevel): string;
|
|
53
53
|
FieldDescriptorProto_Type: typeof _82.FieldDescriptorProto_Type;
|
|
54
54
|
FieldDescriptorProto_TypeSDKType: typeof _82.FieldDescriptorProto_Type;
|
|
55
55
|
FieldDescriptorProto_Label: typeof _82.FieldDescriptorProto_Label;
|
|
@@ -64,311 +64,311 @@ export declare namespace google {
|
|
|
64
64
|
MethodOptions_IdempotencyLevelSDKType: typeof _82.MethodOptions_IdempotencyLevel;
|
|
65
65
|
FileDescriptorSet: {
|
|
66
66
|
typeUrl: string;
|
|
67
|
-
encode(message:
|
|
68
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
67
|
+
encode(message: FileDescriptorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
68
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FileDescriptorSet;
|
|
69
69
|
fromJSON(object: any): _82.FileDescriptorSet;
|
|
70
|
-
toJSON(message:
|
|
71
|
-
fromPartial(object: Partial<
|
|
72
|
-
fromProtoMsg(message:
|
|
73
|
-
toProto(message:
|
|
74
|
-
toProtoMsg(message:
|
|
70
|
+
toJSON(message: FileDescriptorSet): unknown;
|
|
71
|
+
fromPartial(object: Partial<FileDescriptorSet>): _82.FileDescriptorSet;
|
|
72
|
+
fromProtoMsg(message: FileDescriptorSetProtoMsg): _82.FileDescriptorSet;
|
|
73
|
+
toProto(message: FileDescriptorSet): Uint8Array;
|
|
74
|
+
toProtoMsg(message: FileDescriptorSet): _82.FileDescriptorSetProtoMsg;
|
|
75
75
|
};
|
|
76
76
|
FileDescriptorProto: {
|
|
77
77
|
typeUrl: string;
|
|
78
|
-
encode(message:
|
|
79
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
78
|
+
encode(message: FileDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
79
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FileDescriptorProto;
|
|
80
80
|
fromJSON(object: any): _82.FileDescriptorProto;
|
|
81
|
-
toJSON(message:
|
|
82
|
-
fromPartial(object: Partial<
|
|
83
|
-
fromProtoMsg(message:
|
|
84
|
-
toProto(message:
|
|
85
|
-
toProtoMsg(message:
|
|
81
|
+
toJSON(message: FileDescriptorProto): unknown;
|
|
82
|
+
fromPartial(object: Partial<FileDescriptorProto>): _82.FileDescriptorProto;
|
|
83
|
+
fromProtoMsg(message: FileDescriptorProtoProtoMsg): _82.FileDescriptorProto;
|
|
84
|
+
toProto(message: FileDescriptorProto): Uint8Array;
|
|
85
|
+
toProtoMsg(message: FileDescriptorProto): _82.FileDescriptorProtoProtoMsg;
|
|
86
86
|
};
|
|
87
87
|
DescriptorProto: {
|
|
88
88
|
typeUrl: string;
|
|
89
|
-
encode(message:
|
|
90
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
89
|
+
encode(message: DescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
90
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.DescriptorProto;
|
|
91
91
|
fromJSON(object: any): _82.DescriptorProto;
|
|
92
|
-
toJSON(message:
|
|
93
|
-
fromPartial(object: Partial<
|
|
94
|
-
fromProtoMsg(message:
|
|
95
|
-
toProto(message:
|
|
96
|
-
toProtoMsg(message:
|
|
92
|
+
toJSON(message: DescriptorProto): unknown;
|
|
93
|
+
fromPartial(object: Partial<DescriptorProto>): _82.DescriptorProto;
|
|
94
|
+
fromProtoMsg(message: DescriptorProtoProtoMsg): _82.DescriptorProto;
|
|
95
|
+
toProto(message: DescriptorProto): Uint8Array;
|
|
96
|
+
toProtoMsg(message: DescriptorProto): _82.DescriptorProtoProtoMsg;
|
|
97
97
|
};
|
|
98
98
|
DescriptorProto_ExtensionRange: {
|
|
99
99
|
typeUrl: string;
|
|
100
|
-
encode(message:
|
|
101
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
100
|
+
encode(message: DescriptorProto_ExtensionRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
101
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.DescriptorProto_ExtensionRange;
|
|
102
102
|
fromJSON(object: any): _82.DescriptorProto_ExtensionRange;
|
|
103
|
-
toJSON(message:
|
|
104
|
-
fromPartial(object: Partial<
|
|
105
|
-
fromProtoMsg(message:
|
|
106
|
-
toProto(message:
|
|
107
|
-
toProtoMsg(message:
|
|
103
|
+
toJSON(message: DescriptorProto_ExtensionRange): unknown;
|
|
104
|
+
fromPartial(object: Partial<DescriptorProto_ExtensionRange>): _82.DescriptorProto_ExtensionRange;
|
|
105
|
+
fromProtoMsg(message: DescriptorProto_ExtensionRangeProtoMsg): _82.DescriptorProto_ExtensionRange;
|
|
106
|
+
toProto(message: DescriptorProto_ExtensionRange): Uint8Array;
|
|
107
|
+
toProtoMsg(message: DescriptorProto_ExtensionRange): _82.DescriptorProto_ExtensionRangeProtoMsg;
|
|
108
108
|
};
|
|
109
109
|
DescriptorProto_ReservedRange: {
|
|
110
110
|
typeUrl: string;
|
|
111
|
-
encode(message:
|
|
112
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
111
|
+
encode(message: DescriptorProto_ReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
112
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.DescriptorProto_ReservedRange;
|
|
113
113
|
fromJSON(object: any): _82.DescriptorProto_ReservedRange;
|
|
114
|
-
toJSON(message:
|
|
115
|
-
fromPartial(object: Partial<
|
|
116
|
-
fromProtoMsg(message:
|
|
117
|
-
toProto(message:
|
|
118
|
-
toProtoMsg(message:
|
|
114
|
+
toJSON(message: DescriptorProto_ReservedRange): unknown;
|
|
115
|
+
fromPartial(object: Partial<DescriptorProto_ReservedRange>): _82.DescriptorProto_ReservedRange;
|
|
116
|
+
fromProtoMsg(message: DescriptorProto_ReservedRangeProtoMsg): _82.DescriptorProto_ReservedRange;
|
|
117
|
+
toProto(message: DescriptorProto_ReservedRange): Uint8Array;
|
|
118
|
+
toProtoMsg(message: DescriptorProto_ReservedRange): _82.DescriptorProto_ReservedRangeProtoMsg;
|
|
119
119
|
};
|
|
120
120
|
ExtensionRangeOptions: {
|
|
121
121
|
typeUrl: string;
|
|
122
|
-
encode(message:
|
|
123
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
122
|
+
encode(message: ExtensionRangeOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
123
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.ExtensionRangeOptions;
|
|
124
124
|
fromJSON(object: any): _82.ExtensionRangeOptions;
|
|
125
|
-
toJSON(message:
|
|
126
|
-
fromPartial(object: Partial<
|
|
127
|
-
fromProtoMsg(message:
|
|
128
|
-
toProto(message:
|
|
129
|
-
toProtoMsg(message:
|
|
125
|
+
toJSON(message: ExtensionRangeOptions): unknown;
|
|
126
|
+
fromPartial(object: Partial<ExtensionRangeOptions>): _82.ExtensionRangeOptions;
|
|
127
|
+
fromProtoMsg(message: ExtensionRangeOptionsProtoMsg): _82.ExtensionRangeOptions;
|
|
128
|
+
toProto(message: ExtensionRangeOptions): Uint8Array;
|
|
129
|
+
toProtoMsg(message: ExtensionRangeOptions): _82.ExtensionRangeOptionsProtoMsg;
|
|
130
130
|
};
|
|
131
131
|
FieldDescriptorProto: {
|
|
132
132
|
typeUrl: string;
|
|
133
|
-
encode(message:
|
|
134
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
133
|
+
encode(message: FieldDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
134
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FieldDescriptorProto;
|
|
135
135
|
fromJSON(object: any): _82.FieldDescriptorProto;
|
|
136
|
-
toJSON(message:
|
|
137
|
-
fromPartial(object: Partial<
|
|
138
|
-
fromProtoMsg(message:
|
|
139
|
-
toProto(message:
|
|
140
|
-
toProtoMsg(message:
|
|
136
|
+
toJSON(message: FieldDescriptorProto): unknown;
|
|
137
|
+
fromPartial(object: Partial<FieldDescriptorProto>): _82.FieldDescriptorProto;
|
|
138
|
+
fromProtoMsg(message: FieldDescriptorProtoProtoMsg): _82.FieldDescriptorProto;
|
|
139
|
+
toProto(message: FieldDescriptorProto): Uint8Array;
|
|
140
|
+
toProtoMsg(message: FieldDescriptorProto): _82.FieldDescriptorProtoProtoMsg;
|
|
141
141
|
};
|
|
142
142
|
OneofDescriptorProto: {
|
|
143
143
|
typeUrl: string;
|
|
144
|
-
encode(message:
|
|
145
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
144
|
+
encode(message: OneofDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
145
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.OneofDescriptorProto;
|
|
146
146
|
fromJSON(object: any): _82.OneofDescriptorProto;
|
|
147
|
-
toJSON(message:
|
|
148
|
-
fromPartial(object: Partial<
|
|
149
|
-
fromProtoMsg(message:
|
|
150
|
-
toProto(message:
|
|
151
|
-
toProtoMsg(message:
|
|
147
|
+
toJSON(message: OneofDescriptorProto): unknown;
|
|
148
|
+
fromPartial(object: Partial<OneofDescriptorProto>): _82.OneofDescriptorProto;
|
|
149
|
+
fromProtoMsg(message: OneofDescriptorProtoProtoMsg): _82.OneofDescriptorProto;
|
|
150
|
+
toProto(message: OneofDescriptorProto): Uint8Array;
|
|
151
|
+
toProtoMsg(message: OneofDescriptorProto): _82.OneofDescriptorProtoProtoMsg;
|
|
152
152
|
};
|
|
153
153
|
EnumDescriptorProto: {
|
|
154
154
|
typeUrl: string;
|
|
155
|
-
encode(message:
|
|
156
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
155
|
+
encode(message: EnumDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
156
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumDescriptorProto;
|
|
157
157
|
fromJSON(object: any): _82.EnumDescriptorProto;
|
|
158
|
-
toJSON(message:
|
|
159
|
-
fromPartial(object: Partial<
|
|
160
|
-
fromProtoMsg(message:
|
|
161
|
-
toProto(message:
|
|
162
|
-
toProtoMsg(message:
|
|
158
|
+
toJSON(message: EnumDescriptorProto): unknown;
|
|
159
|
+
fromPartial(object: Partial<EnumDescriptorProto>): _82.EnumDescriptorProto;
|
|
160
|
+
fromProtoMsg(message: EnumDescriptorProtoProtoMsg): _82.EnumDescriptorProto;
|
|
161
|
+
toProto(message: EnumDescriptorProto): Uint8Array;
|
|
162
|
+
toProtoMsg(message: EnumDescriptorProto): _82.EnumDescriptorProtoProtoMsg;
|
|
163
163
|
};
|
|
164
164
|
EnumDescriptorProto_EnumReservedRange: {
|
|
165
165
|
typeUrl: string;
|
|
166
|
-
encode(message:
|
|
167
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
166
|
+
encode(message: EnumDescriptorProto_EnumReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
167
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumDescriptorProto_EnumReservedRange;
|
|
168
168
|
fromJSON(object: any): _82.EnumDescriptorProto_EnumReservedRange;
|
|
169
|
-
toJSON(message:
|
|
170
|
-
fromPartial(object: Partial<
|
|
171
|
-
fromProtoMsg(message:
|
|
172
|
-
toProto(message:
|
|
173
|
-
toProtoMsg(message:
|
|
169
|
+
toJSON(message: EnumDescriptorProto_EnumReservedRange): unknown;
|
|
170
|
+
fromPartial(object: Partial<EnumDescriptorProto_EnumReservedRange>): _82.EnumDescriptorProto_EnumReservedRange;
|
|
171
|
+
fromProtoMsg(message: EnumDescriptorProto_EnumReservedRangeProtoMsg): _82.EnumDescriptorProto_EnumReservedRange;
|
|
172
|
+
toProto(message: EnumDescriptorProto_EnumReservedRange): Uint8Array;
|
|
173
|
+
toProtoMsg(message: EnumDescriptorProto_EnumReservedRange): _82.EnumDescriptorProto_EnumReservedRangeProtoMsg;
|
|
174
174
|
};
|
|
175
175
|
EnumValueDescriptorProto: {
|
|
176
176
|
typeUrl: string;
|
|
177
|
-
encode(message:
|
|
178
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
177
|
+
encode(message: EnumValueDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
178
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumValueDescriptorProto;
|
|
179
179
|
fromJSON(object: any): _82.EnumValueDescriptorProto;
|
|
180
|
-
toJSON(message:
|
|
181
|
-
fromPartial(object: Partial<
|
|
182
|
-
fromProtoMsg(message:
|
|
183
|
-
toProto(message:
|
|
184
|
-
toProtoMsg(message:
|
|
180
|
+
toJSON(message: EnumValueDescriptorProto): unknown;
|
|
181
|
+
fromPartial(object: Partial<EnumValueDescriptorProto>): _82.EnumValueDescriptorProto;
|
|
182
|
+
fromProtoMsg(message: EnumValueDescriptorProtoProtoMsg): _82.EnumValueDescriptorProto;
|
|
183
|
+
toProto(message: EnumValueDescriptorProto): Uint8Array;
|
|
184
|
+
toProtoMsg(message: EnumValueDescriptorProto): _82.EnumValueDescriptorProtoProtoMsg;
|
|
185
185
|
};
|
|
186
186
|
ServiceDescriptorProto: {
|
|
187
187
|
typeUrl: string;
|
|
188
|
-
encode(message:
|
|
189
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
188
|
+
encode(message: ServiceDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
189
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.ServiceDescriptorProto;
|
|
190
190
|
fromJSON(object: any): _82.ServiceDescriptorProto;
|
|
191
|
-
toJSON(message:
|
|
192
|
-
fromPartial(object: Partial<
|
|
193
|
-
fromProtoMsg(message:
|
|
194
|
-
toProto(message:
|
|
195
|
-
toProtoMsg(message:
|
|
191
|
+
toJSON(message: ServiceDescriptorProto): unknown;
|
|
192
|
+
fromPartial(object: Partial<ServiceDescriptorProto>): _82.ServiceDescriptorProto;
|
|
193
|
+
fromProtoMsg(message: ServiceDescriptorProtoProtoMsg): _82.ServiceDescriptorProto;
|
|
194
|
+
toProto(message: ServiceDescriptorProto): Uint8Array;
|
|
195
|
+
toProtoMsg(message: ServiceDescriptorProto): _82.ServiceDescriptorProtoProtoMsg;
|
|
196
196
|
};
|
|
197
197
|
MethodDescriptorProto: {
|
|
198
198
|
typeUrl: string;
|
|
199
|
-
encode(message:
|
|
200
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
199
|
+
encode(message: MethodDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
200
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.MethodDescriptorProto;
|
|
201
201
|
fromJSON(object: any): _82.MethodDescriptorProto;
|
|
202
|
-
toJSON(message:
|
|
203
|
-
fromPartial(object: Partial<
|
|
204
|
-
fromProtoMsg(message:
|
|
205
|
-
toProto(message:
|
|
206
|
-
toProtoMsg(message:
|
|
202
|
+
toJSON(message: MethodDescriptorProto): unknown;
|
|
203
|
+
fromPartial(object: Partial<MethodDescriptorProto>): _82.MethodDescriptorProto;
|
|
204
|
+
fromProtoMsg(message: MethodDescriptorProtoProtoMsg): _82.MethodDescriptorProto;
|
|
205
|
+
toProto(message: MethodDescriptorProto): Uint8Array;
|
|
206
|
+
toProtoMsg(message: MethodDescriptorProto): _82.MethodDescriptorProtoProtoMsg;
|
|
207
207
|
};
|
|
208
208
|
FileOptions: {
|
|
209
209
|
typeUrl: string;
|
|
210
|
-
encode(message:
|
|
211
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
210
|
+
encode(message: FileOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
211
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FileOptions;
|
|
212
212
|
fromJSON(object: any): _82.FileOptions;
|
|
213
|
-
toJSON(message:
|
|
214
|
-
fromPartial(object: Partial<
|
|
215
|
-
fromProtoMsg(message:
|
|
216
|
-
toProto(message:
|
|
217
|
-
toProtoMsg(message:
|
|
213
|
+
toJSON(message: FileOptions): unknown;
|
|
214
|
+
fromPartial(object: Partial<FileOptions>): _82.FileOptions;
|
|
215
|
+
fromProtoMsg(message: FileOptionsProtoMsg): _82.FileOptions;
|
|
216
|
+
toProto(message: FileOptions): Uint8Array;
|
|
217
|
+
toProtoMsg(message: FileOptions): _82.FileOptionsProtoMsg;
|
|
218
218
|
};
|
|
219
219
|
MessageOptions: {
|
|
220
220
|
typeUrl: string;
|
|
221
|
-
encode(message:
|
|
222
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
221
|
+
encode(message: MessageOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
222
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.MessageOptions;
|
|
223
223
|
fromJSON(object: any): _82.MessageOptions;
|
|
224
|
-
toJSON(message:
|
|
225
|
-
fromPartial(object: Partial<
|
|
226
|
-
fromProtoMsg(message:
|
|
227
|
-
toProto(message:
|
|
228
|
-
toProtoMsg(message:
|
|
224
|
+
toJSON(message: MessageOptions): unknown;
|
|
225
|
+
fromPartial(object: Partial<MessageOptions>): _82.MessageOptions;
|
|
226
|
+
fromProtoMsg(message: MessageOptionsProtoMsg): _82.MessageOptions;
|
|
227
|
+
toProto(message: MessageOptions): Uint8Array;
|
|
228
|
+
toProtoMsg(message: MessageOptions): _82.MessageOptionsProtoMsg;
|
|
229
229
|
};
|
|
230
230
|
FieldOptions: {
|
|
231
231
|
typeUrl: string;
|
|
232
|
-
encode(message:
|
|
233
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
232
|
+
encode(message: FieldOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
233
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.FieldOptions;
|
|
234
234
|
fromJSON(object: any): _82.FieldOptions;
|
|
235
|
-
toJSON(message:
|
|
236
|
-
fromPartial(object: Partial<
|
|
237
|
-
fromProtoMsg(message:
|
|
238
|
-
toProto(message:
|
|
239
|
-
toProtoMsg(message:
|
|
235
|
+
toJSON(message: FieldOptions): unknown;
|
|
236
|
+
fromPartial(object: Partial<FieldOptions>): _82.FieldOptions;
|
|
237
|
+
fromProtoMsg(message: FieldOptionsProtoMsg): _82.FieldOptions;
|
|
238
|
+
toProto(message: FieldOptions): Uint8Array;
|
|
239
|
+
toProtoMsg(message: FieldOptions): _82.FieldOptionsProtoMsg;
|
|
240
240
|
};
|
|
241
241
|
OneofOptions: {
|
|
242
242
|
typeUrl: string;
|
|
243
|
-
encode(message:
|
|
244
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
243
|
+
encode(message: OneofOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
244
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.OneofOptions;
|
|
245
245
|
fromJSON(object: any): _82.OneofOptions;
|
|
246
|
-
toJSON(message:
|
|
247
|
-
fromPartial(object: Partial<
|
|
248
|
-
fromProtoMsg(message:
|
|
249
|
-
toProto(message:
|
|
250
|
-
toProtoMsg(message:
|
|
246
|
+
toJSON(message: OneofOptions): unknown;
|
|
247
|
+
fromPartial(object: Partial<OneofOptions>): _82.OneofOptions;
|
|
248
|
+
fromProtoMsg(message: OneofOptionsProtoMsg): _82.OneofOptions;
|
|
249
|
+
toProto(message: OneofOptions): Uint8Array;
|
|
250
|
+
toProtoMsg(message: OneofOptions): _82.OneofOptionsProtoMsg;
|
|
251
251
|
};
|
|
252
252
|
EnumOptions: {
|
|
253
253
|
typeUrl: string;
|
|
254
|
-
encode(message:
|
|
255
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
254
|
+
encode(message: EnumOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
255
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumOptions;
|
|
256
256
|
fromJSON(object: any): _82.EnumOptions;
|
|
257
|
-
toJSON(message:
|
|
258
|
-
fromPartial(object: Partial<
|
|
259
|
-
fromProtoMsg(message:
|
|
260
|
-
toProto(message:
|
|
261
|
-
toProtoMsg(message:
|
|
257
|
+
toJSON(message: EnumOptions): unknown;
|
|
258
|
+
fromPartial(object: Partial<EnumOptions>): _82.EnumOptions;
|
|
259
|
+
fromProtoMsg(message: EnumOptionsProtoMsg): _82.EnumOptions;
|
|
260
|
+
toProto(message: EnumOptions): Uint8Array;
|
|
261
|
+
toProtoMsg(message: EnumOptions): _82.EnumOptionsProtoMsg;
|
|
262
262
|
};
|
|
263
263
|
EnumValueOptions: {
|
|
264
264
|
typeUrl: string;
|
|
265
|
-
encode(message:
|
|
266
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
265
|
+
encode(message: EnumValueOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
266
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.EnumValueOptions;
|
|
267
267
|
fromJSON(object: any): _82.EnumValueOptions;
|
|
268
|
-
toJSON(message:
|
|
269
|
-
fromPartial(object: Partial<
|
|
270
|
-
fromProtoMsg(message:
|
|
271
|
-
toProto(message:
|
|
272
|
-
toProtoMsg(message:
|
|
268
|
+
toJSON(message: EnumValueOptions): unknown;
|
|
269
|
+
fromPartial(object: Partial<EnumValueOptions>): _82.EnumValueOptions;
|
|
270
|
+
fromProtoMsg(message: EnumValueOptionsProtoMsg): _82.EnumValueOptions;
|
|
271
|
+
toProto(message: EnumValueOptions): Uint8Array;
|
|
272
|
+
toProtoMsg(message: EnumValueOptions): _82.EnumValueOptionsProtoMsg;
|
|
273
273
|
};
|
|
274
274
|
ServiceOptions: {
|
|
275
275
|
typeUrl: string;
|
|
276
|
-
encode(message:
|
|
277
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
276
|
+
encode(message: ServiceOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
277
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.ServiceOptions;
|
|
278
278
|
fromJSON(object: any): _82.ServiceOptions;
|
|
279
|
-
toJSON(message:
|
|
280
|
-
fromPartial(object: Partial<
|
|
281
|
-
fromProtoMsg(message:
|
|
282
|
-
toProto(message:
|
|
283
|
-
toProtoMsg(message:
|
|
279
|
+
toJSON(message: ServiceOptions): unknown;
|
|
280
|
+
fromPartial(object: Partial<ServiceOptions>): _82.ServiceOptions;
|
|
281
|
+
fromProtoMsg(message: ServiceOptionsProtoMsg): _82.ServiceOptions;
|
|
282
|
+
toProto(message: ServiceOptions): Uint8Array;
|
|
283
|
+
toProtoMsg(message: ServiceOptions): _82.ServiceOptionsProtoMsg;
|
|
284
284
|
};
|
|
285
285
|
MethodOptions: {
|
|
286
286
|
typeUrl: string;
|
|
287
|
-
encode(message:
|
|
288
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
287
|
+
encode(message: MethodOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
288
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.MethodOptions;
|
|
289
289
|
fromJSON(object: any): _82.MethodOptions;
|
|
290
|
-
toJSON(message:
|
|
291
|
-
fromPartial(object: Partial<
|
|
292
|
-
fromProtoMsg(message:
|
|
293
|
-
toProto(message:
|
|
294
|
-
toProtoMsg(message:
|
|
290
|
+
toJSON(message: MethodOptions): unknown;
|
|
291
|
+
fromPartial(object: Partial<MethodOptions>): _82.MethodOptions;
|
|
292
|
+
fromProtoMsg(message: MethodOptionsProtoMsg): _82.MethodOptions;
|
|
293
|
+
toProto(message: MethodOptions): Uint8Array;
|
|
294
|
+
toProtoMsg(message: MethodOptions): _82.MethodOptionsProtoMsg;
|
|
295
295
|
};
|
|
296
296
|
UninterpretedOption: {
|
|
297
297
|
typeUrl: string;
|
|
298
|
-
encode(message:
|
|
299
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
298
|
+
encode(message: UninterpretedOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
299
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.UninterpretedOption;
|
|
300
300
|
fromJSON(object: any): _82.UninterpretedOption;
|
|
301
|
-
toJSON(message:
|
|
302
|
-
fromPartial(object: Partial<
|
|
303
|
-
fromProtoMsg(message:
|
|
304
|
-
toProto(message:
|
|
305
|
-
toProtoMsg(message:
|
|
301
|
+
toJSON(message: UninterpretedOption): unknown;
|
|
302
|
+
fromPartial(object: Partial<UninterpretedOption>): _82.UninterpretedOption;
|
|
303
|
+
fromProtoMsg(message: UninterpretedOptionProtoMsg): _82.UninterpretedOption;
|
|
304
|
+
toProto(message: UninterpretedOption): Uint8Array;
|
|
305
|
+
toProtoMsg(message: UninterpretedOption): _82.UninterpretedOptionProtoMsg;
|
|
306
306
|
};
|
|
307
307
|
UninterpretedOption_NamePart: {
|
|
308
308
|
typeUrl: string;
|
|
309
|
-
encode(message:
|
|
310
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
309
|
+
encode(message: UninterpretedOption_NamePart, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
310
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.UninterpretedOption_NamePart;
|
|
311
311
|
fromJSON(object: any): _82.UninterpretedOption_NamePart;
|
|
312
|
-
toJSON(message:
|
|
313
|
-
fromPartial(object: Partial<
|
|
314
|
-
fromProtoMsg(message:
|
|
315
|
-
toProto(message:
|
|
316
|
-
toProtoMsg(message:
|
|
312
|
+
toJSON(message: UninterpretedOption_NamePart): unknown;
|
|
313
|
+
fromPartial(object: Partial<UninterpretedOption_NamePart>): _82.UninterpretedOption_NamePart;
|
|
314
|
+
fromProtoMsg(message: UninterpretedOption_NamePartProtoMsg): _82.UninterpretedOption_NamePart;
|
|
315
|
+
toProto(message: UninterpretedOption_NamePart): Uint8Array;
|
|
316
|
+
toProtoMsg(message: UninterpretedOption_NamePart): _82.UninterpretedOption_NamePartProtoMsg;
|
|
317
317
|
};
|
|
318
318
|
SourceCodeInfo: {
|
|
319
319
|
typeUrl: string;
|
|
320
|
-
encode(message:
|
|
321
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
320
|
+
encode(message: SourceCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
321
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.SourceCodeInfo;
|
|
322
322
|
fromJSON(object: any): _82.SourceCodeInfo;
|
|
323
|
-
toJSON(message:
|
|
324
|
-
fromPartial(object: Partial<
|
|
325
|
-
fromProtoMsg(message:
|
|
326
|
-
toProto(message:
|
|
327
|
-
toProtoMsg(message:
|
|
323
|
+
toJSON(message: SourceCodeInfo): unknown;
|
|
324
|
+
fromPartial(object: Partial<SourceCodeInfo>): _82.SourceCodeInfo;
|
|
325
|
+
fromProtoMsg(message: SourceCodeInfoProtoMsg): _82.SourceCodeInfo;
|
|
326
|
+
toProto(message: SourceCodeInfo): Uint8Array;
|
|
327
|
+
toProtoMsg(message: SourceCodeInfo): _82.SourceCodeInfoProtoMsg;
|
|
328
328
|
};
|
|
329
329
|
SourceCodeInfo_Location: {
|
|
330
330
|
typeUrl: string;
|
|
331
|
-
encode(message:
|
|
332
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
331
|
+
encode(message: SourceCodeInfo_Location, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
332
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.SourceCodeInfo_Location;
|
|
333
333
|
fromJSON(object: any): _82.SourceCodeInfo_Location;
|
|
334
|
-
toJSON(message:
|
|
335
|
-
fromPartial(object: Partial<
|
|
336
|
-
fromProtoMsg(message:
|
|
337
|
-
toProto(message:
|
|
338
|
-
toProtoMsg(message:
|
|
334
|
+
toJSON(message: SourceCodeInfo_Location): unknown;
|
|
335
|
+
fromPartial(object: Partial<SourceCodeInfo_Location>): _82.SourceCodeInfo_Location;
|
|
336
|
+
fromProtoMsg(message: SourceCodeInfo_LocationProtoMsg): _82.SourceCodeInfo_Location;
|
|
337
|
+
toProto(message: SourceCodeInfo_Location): Uint8Array;
|
|
338
|
+
toProtoMsg(message: SourceCodeInfo_Location): _82.SourceCodeInfo_LocationProtoMsg;
|
|
339
339
|
};
|
|
340
340
|
GeneratedCodeInfo: {
|
|
341
341
|
typeUrl: string;
|
|
342
|
-
encode(message:
|
|
343
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
342
|
+
encode(message: GeneratedCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
343
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.GeneratedCodeInfo;
|
|
344
344
|
fromJSON(object: any): _82.GeneratedCodeInfo;
|
|
345
|
-
toJSON(message:
|
|
346
|
-
fromPartial(object: Partial<
|
|
347
|
-
fromProtoMsg(message:
|
|
348
|
-
toProto(message:
|
|
349
|
-
toProtoMsg(message:
|
|
345
|
+
toJSON(message: GeneratedCodeInfo): unknown;
|
|
346
|
+
fromPartial(object: Partial<GeneratedCodeInfo>): _82.GeneratedCodeInfo;
|
|
347
|
+
fromProtoMsg(message: GeneratedCodeInfoProtoMsg): _82.GeneratedCodeInfo;
|
|
348
|
+
toProto(message: GeneratedCodeInfo): Uint8Array;
|
|
349
|
+
toProtoMsg(message: GeneratedCodeInfo): _82.GeneratedCodeInfoProtoMsg;
|
|
350
350
|
};
|
|
351
351
|
GeneratedCodeInfo_Annotation: {
|
|
352
352
|
typeUrl: string;
|
|
353
|
-
encode(message:
|
|
354
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
353
|
+
encode(message: GeneratedCodeInfo_Annotation, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
354
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _82.GeneratedCodeInfo_Annotation;
|
|
355
355
|
fromJSON(object: any): _82.GeneratedCodeInfo_Annotation;
|
|
356
|
-
toJSON(message:
|
|
357
|
-
fromPartial(object: Partial<
|
|
358
|
-
fromProtoMsg(message:
|
|
359
|
-
toProto(message:
|
|
360
|
-
toProtoMsg(message:
|
|
356
|
+
toJSON(message: GeneratedCodeInfo_Annotation): unknown;
|
|
357
|
+
fromPartial(object: Partial<GeneratedCodeInfo_Annotation>): _82.GeneratedCodeInfo_Annotation;
|
|
358
|
+
fromProtoMsg(message: GeneratedCodeInfo_AnnotationProtoMsg): _82.GeneratedCodeInfo_Annotation;
|
|
359
|
+
toProto(message: GeneratedCodeInfo_Annotation): Uint8Array;
|
|
360
|
+
toProtoMsg(message: GeneratedCodeInfo_Annotation): _82.GeneratedCodeInfo_AnnotationProtoMsg;
|
|
361
361
|
};
|
|
362
362
|
Any: {
|
|
363
363
|
typeUrl: string;
|
|
364
|
-
encode(message:
|
|
365
|
-
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number
|
|
364
|
+
encode(message: Any, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
365
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number): _81.Any;
|
|
366
366
|
fromJSON(object: any): _81.Any;
|
|
367
|
-
toJSON(message:
|
|
368
|
-
fromPartial(object: Partial<
|
|
369
|
-
fromProtoMsg(message:
|
|
370
|
-
toProto(message:
|
|
371
|
-
toProtoMsg(message:
|
|
367
|
+
toJSON(message: Any): unknown;
|
|
368
|
+
fromPartial(object: Partial<Any>): _81.Any;
|
|
369
|
+
fromProtoMsg(message: AnyProtoMsg): _81.Any;
|
|
370
|
+
toProto(message: Any): Uint8Array;
|
|
371
|
+
toProtoMsg(message: Any): _81.AnyProtoMsg;
|
|
372
372
|
};
|
|
373
373
|
};
|
|
374
374
|
}
|