@agoric/cosmic-proto 0.3.1-upgrade-14-dev-c8f9e7b.0 → 0.4.1-orchestration-dev-096c4e8.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/README.md +220 -6
- package/dist/codegen/agoric/bundle.d.ts +1006 -0
- package/dist/codegen/agoric/bundle.js +71 -0
- package/dist/codegen/agoric/bundle.js.map +1 -0
- package/dist/codegen/agoric/client.d.ts +47 -0
- package/dist/codegen/agoric/client.js +36 -0
- package/dist/codegen/agoric/client.js.map +1 -0
- package/dist/codegen/agoric/lien/genesis.d.ts +77 -0
- package/dist/codegen/agoric/lien/genesis.js +179 -0
- package/dist/codegen/agoric/lien/genesis.js.map +1 -0
- package/dist/codegen/agoric/lien/lien.d.ts +51 -0
- package/dist/codegen/agoric/lien/lien.js +111 -0
- package/dist/codegen/agoric/lien/lien.js.map +1 -0
- package/dist/codegen/agoric/rpc.query.d.ts +21 -0
- package/dist/codegen/agoric/rpc.query.js +15 -0
- package/dist/codegen/agoric/rpc.query.js.map +1 -0
- package/dist/codegen/agoric/rpc.tx.d.ts +9 -0
- package/dist/codegen/agoric/rpc.tx.js +7 -0
- package/dist/codegen/agoric/rpc.tx.js.map +1 -0
- package/dist/codegen/agoric/swingset/genesis.d.ts +79 -0
- package/dist/codegen/agoric/swingset/genesis.js +213 -0
- package/dist/codegen/agoric/swingset/genesis.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.amino.d.ts +28 -0
- package/dist/codegen/agoric/swingset/msgs.amino.js +30 -0
- package/dist/codegen/agoric/swingset/msgs.amino.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.d.ts +406 -0
- package/dist/codegen/agoric/swingset/msgs.js +896 -0
- package/dist/codegen/agoric/swingset/msgs.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.registry.d.ts +116 -0
- package/dist/codegen/agoric/swingset/msgs.registry.js +176 -0
- package/dist/codegen/agoric/swingset/msgs.registry.js.map +1 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts +24 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js +39 -0
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js.map +1 -0
- package/dist/codegen/agoric/swingset/query.d.ts +205 -0
- package/dist/codegen/agoric/swingset/query.js +441 -0
- package/dist/codegen/agoric/swingset/query.js.map +1 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.d.ts +24 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.js +43 -0
- package/dist/codegen/agoric/swingset/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/swingset/swingset.d.ts +499 -0
- package/dist/codegen/agoric/swingset/swingset.js +945 -0
- package/dist/codegen/agoric/swingset/swingset.js.map +1 -0
- package/dist/codegen/agoric/vbank/genesis.d.ts +43 -0
- package/dist/codegen/agoric/vbank/genesis.js +100 -0
- package/dist/codegen/agoric/vbank/genesis.js.map +1 -0
- package/dist/codegen/agoric/vbank/msgs.d.ts +1 -0
- package/dist/codegen/agoric/vbank/msgs.js +2 -0
- package/dist/codegen/agoric/vbank/msgs.js.map +1 -0
- package/dist/codegen/agoric/vbank/query.d.ts +136 -0
- package/dist/codegen/agoric/vbank/query.js +273 -0
- package/dist/codegen/agoric/vbank/query.js.map +1 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.d.ts +20 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.js +34 -0
- package/dist/codegen/agoric/vbank/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/vbank/vbank.d.ts +135 -0
- package/dist/codegen/agoric/vbank/vbank.js +288 -0
- package/dist/codegen/agoric/vbank/vbank.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.amino.d.ts +8 -0
- package/dist/codegen/agoric/vibc/msgs.amino.js +10 -0
- package/dist/codegen/agoric/vibc/msgs.amino.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.d.ts +70 -0
- package/dist/codegen/agoric/vibc/msgs.js +156 -0
- package/dist/codegen/agoric/vibc/msgs.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.registry.d.ts +36 -0
- package/dist/codegen/agoric/vibc/msgs.registry.js +52 -0
- package/dist/codegen/agoric/vibc/msgs.registry.js.map +1 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.d.ts +12 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js +15 -0
- package/dist/codegen/agoric/vibc/msgs.rpc.msg.js.map +1 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.d.ts +159 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js +389 -0
- package/dist/codegen/agoric/vlocalchain/vlocalchain.js.map +1 -0
- package/dist/codegen/agoric/vstorage/genesis.d.ts +89 -0
- package/dist/codegen/agoric/vstorage/genesis.js +174 -0
- package/dist/codegen/agoric/vstorage/genesis.js.map +1 -0
- package/dist/codegen/agoric/vstorage/query.d.ts +269 -0
- package/dist/codegen/agoric/vstorage/query.js +562 -0
- package/dist/codegen/agoric/vstorage/query.js.map +1 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.d.ts +27 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js +43 -0
- package/dist/codegen/agoric/vstorage/query.rpc.Query.js.map +1 -0
- package/dist/codegen/agoric/vstorage/vstorage.d.ts +78 -0
- package/dist/codegen/agoric/vstorage/vstorage.js +160 -0
- package/dist/codegen/agoric/vstorage/vstorage.js.map +1 -0
- package/dist/codegen/binary.d.ts +130 -0
- package/dist/codegen/binary.js +367 -0
- package/dist/codegen/binary.js.map +1 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.d.ts +202 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js +252 -0
- package/dist/codegen/cosmos/base/query/v1beta1/pagination.js.map +1 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +177 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.js +348 -0
- package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -0
- package/dist/codegen/cosmos/bundle.d.ts +167 -0
- package/dist/codegen/cosmos/bundle.js +26 -0
- package/dist/codegen/cosmos/bundle.js.map +1 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +282 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js +468 -0
- package/dist/codegen/cosmos/upgrade/v1beta1/upgrade.js.map +1 -0
- package/dist/codegen/cosmos_proto/bundle.d.ts +36 -0
- package/dist/codegen/cosmos_proto/bundle.js +6 -0
- package/dist/codegen/cosmos_proto/bundle.js.map +1 -0
- package/dist/codegen/cosmos_proto/cosmos.d.ts +175 -0
- package/dist/codegen/cosmos_proto/cosmos.js +254 -0
- package/dist/codegen/cosmos_proto/cosmos.js.map +1 -0
- package/dist/codegen/gogoproto/bundle.d.ts +1 -0
- package/dist/codegen/gogoproto/bundle.js +6 -0
- package/dist/codegen/gogoproto/bundle.js.map +1 -0
- package/dist/codegen/gogoproto/gogo.d.ts +1 -0
- package/dist/codegen/gogoproto/gogo.js +2 -0
- package/dist/codegen/gogoproto/gogo.js.map +1 -0
- package/dist/codegen/google/api/annotations.d.ts +1 -0
- package/dist/codegen/google/api/annotations.js +2 -0
- package/dist/codegen/google/api/annotations.js.map +1 -0
- package/dist/codegen/google/api/http.d.ts +1079 -0
- package/dist/codegen/google/api/http.js +418 -0
- package/dist/codegen/google/api/http.js.map +1 -0
- package/dist/codegen/google/bundle.d.ts +443 -0
- package/dist/codegen/google/bundle.js +13 -0
- package/dist/codegen/google/bundle.js.map +1 -0
- package/dist/codegen/google/protobuf/any.d.ts +340 -0
- package/dist/codegen/google/protobuf/any.js +91 -0
- package/dist/codegen/google/protobuf/any.js.map +1 -0
- package/dist/codegen/google/protobuf/descriptor.d.ts +2332 -0
- package/dist/codegen/google/protobuf/descriptor.js +4419 -0
- package/dist/codegen/google/protobuf/descriptor.js.map +1 -0
- package/dist/codegen/google/protobuf/timestamp.d.ts +295 -0
- package/dist/codegen/google/protobuf/timestamp.js +89 -0
- package/dist/codegen/google/protobuf/timestamp.js.map +1 -0
- package/dist/codegen/helpers.d.ts +81 -0
- package/dist/codegen/helpers.js +124 -0
- package/dist/codegen/helpers.js.map +1 -0
- package/dist/codegen/ibc/bundle.d.ts +234 -0
- package/dist/codegen/ibc/bundle.js +22 -0
- package/dist/codegen/ibc/bundle.js.map +1 -0
- package/dist/codegen/ibc/core/channel/v1/channel.d.ts +513 -0
- package/dist/codegen/ibc/core/channel/v1/channel.js +1106 -0
- package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -0
- package/dist/codegen/ibc/core/client/v1/client.d.ts +414 -0
- package/dist/codegen/ibc/core/client/v1/client.js +786 -0
- package/dist/codegen/ibc/core/client/v1/client.js.map +1 -0
- package/dist/codegen/index.d.ts +15 -0
- package/dist/codegen/index.js +17 -0
- package/dist/codegen/index.js.map +1 -0
- package/dist/codegen/utf8.d.ts +27 -0
- package/dist/codegen/utf8.js +138 -0
- package/dist/codegen/utf8.js.map +1 -0
- package/dist/codegen/varint.d.ts +105 -0
- package/dist/codegen/varint.js +409 -0
- package/dist/codegen/varint.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/package.json +65 -27
- package/CHANGELOG.md +0 -41
- package/dist/agoric/swingset/msgs.d.ts +0 -450
- package/dist/agoric/swingset/msgs.js +0 -630
- package/dist/agoric/swingset/query.d.ts +0 -406
- package/dist/agoric/swingset/query.js +0 -346
- package/dist/agoric/swingset/swingset.d.ts +0 -571
- package/dist/agoric/swingset/swingset.js +0 -644
- package/dist/cosmos/base/v1beta1/coin.d.ts +0 -90
- package/dist/cosmos/base/v1beta1/coin.js +0 -197
- package/swingset/msgs.js +0 -2
- package/swingset/query.js +0 -2
- package/swingset/swingset.js +0 -2
|
@@ -0,0 +1,443 @@
|
|
|
1
|
+
import * as _20 from './protobuf/any.js';
|
|
2
|
+
import * as _21 from './protobuf/descriptor.js';
|
|
3
|
+
import * as _22 from './protobuf/timestamp.js';
|
|
4
|
+
export declare namespace google {
|
|
5
|
+
const protobuf: {
|
|
6
|
+
Timestamp: {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
encode(message: _22.Timestamp, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
9
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _22.Timestamp;
|
|
10
|
+
fromJSON(object: any): _22.Timestamp;
|
|
11
|
+
toJSON(message: _22.Timestamp): unknown;
|
|
12
|
+
fromPartial(object: Partial<_22.Timestamp>): _22.Timestamp;
|
|
13
|
+
fromAmino(object: string): _22.Timestamp;
|
|
14
|
+
toAmino(message: _22.Timestamp): string;
|
|
15
|
+
fromAminoMsg(object: _22.TimestampAminoMsg): _22.Timestamp;
|
|
16
|
+
fromProtoMsg(message: _22.TimestampProtoMsg): _22.Timestamp;
|
|
17
|
+
toProto(message: _22.Timestamp): Uint8Array;
|
|
18
|
+
toProtoMsg(message: _22.Timestamp): _22.TimestampProtoMsg;
|
|
19
|
+
};
|
|
20
|
+
fieldDescriptorProto_TypeFromJSON(object: any): _21.FieldDescriptorProto_Type;
|
|
21
|
+
fieldDescriptorProto_TypeToJSON(object: _21.FieldDescriptorProto_Type): string;
|
|
22
|
+
fieldDescriptorProto_LabelFromJSON(object: any): _21.FieldDescriptorProto_Label;
|
|
23
|
+
fieldDescriptorProto_LabelToJSON(object: _21.FieldDescriptorProto_Label): string;
|
|
24
|
+
fileOptions_OptimizeModeFromJSON(object: any): _21.FileOptions_OptimizeMode;
|
|
25
|
+
fileOptions_OptimizeModeToJSON(object: _21.FileOptions_OptimizeMode): string;
|
|
26
|
+
fieldOptions_CTypeFromJSON(object: any): _21.FieldOptions_CType;
|
|
27
|
+
fieldOptions_CTypeToJSON(object: _21.FieldOptions_CType): string;
|
|
28
|
+
fieldOptions_JSTypeFromJSON(object: any): _21.FieldOptions_JSType;
|
|
29
|
+
fieldOptions_JSTypeToJSON(object: _21.FieldOptions_JSType): string;
|
|
30
|
+
methodOptions_IdempotencyLevelFromJSON(object: any): _21.MethodOptions_IdempotencyLevel;
|
|
31
|
+
methodOptions_IdempotencyLevelToJSON(object: _21.MethodOptions_IdempotencyLevel): string;
|
|
32
|
+
FieldDescriptorProto_Type: typeof _21.FieldDescriptorProto_Type;
|
|
33
|
+
FieldDescriptorProto_TypeSDKType: typeof _21.FieldDescriptorProto_Type;
|
|
34
|
+
FieldDescriptorProto_TypeAmino: typeof _21.FieldDescriptorProto_Type;
|
|
35
|
+
FieldDescriptorProto_Label: typeof _21.FieldDescriptorProto_Label;
|
|
36
|
+
FieldDescriptorProto_LabelSDKType: typeof _21.FieldDescriptorProto_Label;
|
|
37
|
+
FieldDescriptorProto_LabelAmino: typeof _21.FieldDescriptorProto_Label;
|
|
38
|
+
FileOptions_OptimizeMode: typeof _21.FileOptions_OptimizeMode;
|
|
39
|
+
FileOptions_OptimizeModeSDKType: typeof _21.FileOptions_OptimizeMode;
|
|
40
|
+
FileOptions_OptimizeModeAmino: typeof _21.FileOptions_OptimizeMode;
|
|
41
|
+
FieldOptions_CType: typeof _21.FieldOptions_CType;
|
|
42
|
+
FieldOptions_CTypeSDKType: typeof _21.FieldOptions_CType;
|
|
43
|
+
FieldOptions_CTypeAmino: typeof _21.FieldOptions_CType;
|
|
44
|
+
FieldOptions_JSType: typeof _21.FieldOptions_JSType;
|
|
45
|
+
FieldOptions_JSTypeSDKType: typeof _21.FieldOptions_JSType;
|
|
46
|
+
FieldOptions_JSTypeAmino: typeof _21.FieldOptions_JSType;
|
|
47
|
+
MethodOptions_IdempotencyLevel: typeof _21.MethodOptions_IdempotencyLevel;
|
|
48
|
+
MethodOptions_IdempotencyLevelSDKType: typeof _21.MethodOptions_IdempotencyLevel;
|
|
49
|
+
MethodOptions_IdempotencyLevelAmino: typeof _21.MethodOptions_IdempotencyLevel;
|
|
50
|
+
FileDescriptorSet: {
|
|
51
|
+
typeUrl: string;
|
|
52
|
+
encode(message: _21.FileDescriptorSet, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
53
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.FileDescriptorSet;
|
|
54
|
+
fromJSON(object: any): _21.FileDescriptorSet;
|
|
55
|
+
toJSON(message: _21.FileDescriptorSet): unknown;
|
|
56
|
+
fromPartial(object: Partial<_21.FileDescriptorSet>): _21.FileDescriptorSet;
|
|
57
|
+
fromAmino(object: _21.FileDescriptorSetAmino): _21.FileDescriptorSet;
|
|
58
|
+
toAmino(message: _21.FileDescriptorSet): _21.FileDescriptorSetAmino;
|
|
59
|
+
fromAminoMsg(object: _21.FileDescriptorSetAminoMsg): _21.FileDescriptorSet;
|
|
60
|
+
fromProtoMsg(message: _21.FileDescriptorSetProtoMsg): _21.FileDescriptorSet;
|
|
61
|
+
toProto(message: _21.FileDescriptorSet): Uint8Array;
|
|
62
|
+
toProtoMsg(message: _21.FileDescriptorSet): _21.FileDescriptorSetProtoMsg;
|
|
63
|
+
};
|
|
64
|
+
FileDescriptorProto: {
|
|
65
|
+
typeUrl: string;
|
|
66
|
+
encode(message: _21.FileDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
67
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.FileDescriptorProto;
|
|
68
|
+
fromJSON(object: any): _21.FileDescriptorProto;
|
|
69
|
+
toJSON(message: _21.FileDescriptorProto): unknown;
|
|
70
|
+
fromPartial(object: Partial<_21.FileDescriptorProto>): _21.FileDescriptorProto;
|
|
71
|
+
fromAmino(object: _21.FileDescriptorProtoAmino): _21.FileDescriptorProto;
|
|
72
|
+
toAmino(message: _21.FileDescriptorProto): _21.FileDescriptorProtoAmino;
|
|
73
|
+
fromAminoMsg(object: _21.FileDescriptorProtoAminoMsg): _21.FileDescriptorProto;
|
|
74
|
+
fromProtoMsg(message: _21.FileDescriptorProtoProtoMsg): _21.FileDescriptorProto;
|
|
75
|
+
toProto(message: _21.FileDescriptorProto): Uint8Array;
|
|
76
|
+
toProtoMsg(message: _21.FileDescriptorProto): _21.FileDescriptorProtoProtoMsg;
|
|
77
|
+
};
|
|
78
|
+
DescriptorProto: {
|
|
79
|
+
typeUrl: string;
|
|
80
|
+
encode(message: _21.DescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
81
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.DescriptorProto;
|
|
82
|
+
fromJSON(object: any): _21.DescriptorProto;
|
|
83
|
+
toJSON(message: _21.DescriptorProto): unknown;
|
|
84
|
+
fromPartial(object: Partial<_21.DescriptorProto>): _21.DescriptorProto;
|
|
85
|
+
fromAmino(object: _21.DescriptorProtoAmino): _21.DescriptorProto;
|
|
86
|
+
toAmino(message: _21.DescriptorProto): _21.DescriptorProtoAmino;
|
|
87
|
+
fromAminoMsg(object: _21.DescriptorProtoAminoMsg): _21.DescriptorProto;
|
|
88
|
+
fromProtoMsg(message: _21.DescriptorProtoProtoMsg): _21.DescriptorProto;
|
|
89
|
+
toProto(message: _21.DescriptorProto): Uint8Array;
|
|
90
|
+
toProtoMsg(message: _21.DescriptorProto): _21.DescriptorProtoProtoMsg;
|
|
91
|
+
};
|
|
92
|
+
DescriptorProto_ExtensionRange: {
|
|
93
|
+
typeUrl: string;
|
|
94
|
+
encode(message: _21.DescriptorProto_ExtensionRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
95
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.DescriptorProto_ExtensionRange;
|
|
96
|
+
fromJSON(object: any): _21.DescriptorProto_ExtensionRange;
|
|
97
|
+
toJSON(message: _21.DescriptorProto_ExtensionRange): unknown;
|
|
98
|
+
fromPartial(object: Partial<_21.DescriptorProto_ExtensionRange>): _21.DescriptorProto_ExtensionRange;
|
|
99
|
+
fromAmino(object: _21.DescriptorProto_ExtensionRangeAmino): _21.DescriptorProto_ExtensionRange;
|
|
100
|
+
toAmino(message: _21.DescriptorProto_ExtensionRange): _21.DescriptorProto_ExtensionRangeAmino;
|
|
101
|
+
fromAminoMsg(object: _21.DescriptorProto_ExtensionRangeAminoMsg): _21.DescriptorProto_ExtensionRange;
|
|
102
|
+
fromProtoMsg(message: _21.DescriptorProto_ExtensionRangeProtoMsg): _21.DescriptorProto_ExtensionRange;
|
|
103
|
+
toProto(message: _21.DescriptorProto_ExtensionRange): Uint8Array;
|
|
104
|
+
toProtoMsg(message: _21.DescriptorProto_ExtensionRange): _21.DescriptorProto_ExtensionRangeProtoMsg;
|
|
105
|
+
};
|
|
106
|
+
DescriptorProto_ReservedRange: {
|
|
107
|
+
typeUrl: string;
|
|
108
|
+
encode(message: _21.DescriptorProto_ReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
109
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.DescriptorProto_ReservedRange;
|
|
110
|
+
fromJSON(object: any): _21.DescriptorProto_ReservedRange;
|
|
111
|
+
toJSON(message: _21.DescriptorProto_ReservedRange): unknown;
|
|
112
|
+
fromPartial(object: Partial<_21.DescriptorProto_ReservedRange>): _21.DescriptorProto_ReservedRange;
|
|
113
|
+
fromAmino(object: _21.DescriptorProto_ReservedRangeAmino): _21.DescriptorProto_ReservedRange;
|
|
114
|
+
toAmino(message: _21.DescriptorProto_ReservedRange): _21.DescriptorProto_ReservedRangeAmino;
|
|
115
|
+
fromAminoMsg(object: _21.DescriptorProto_ReservedRangeAminoMsg): _21.DescriptorProto_ReservedRange;
|
|
116
|
+
fromProtoMsg(message: _21.DescriptorProto_ReservedRangeProtoMsg): _21.DescriptorProto_ReservedRange;
|
|
117
|
+
toProto(message: _21.DescriptorProto_ReservedRange): Uint8Array;
|
|
118
|
+
toProtoMsg(message: _21.DescriptorProto_ReservedRange): _21.DescriptorProto_ReservedRangeProtoMsg;
|
|
119
|
+
};
|
|
120
|
+
ExtensionRangeOptions: {
|
|
121
|
+
typeUrl: string;
|
|
122
|
+
encode(message: _21.ExtensionRangeOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
123
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.ExtensionRangeOptions;
|
|
124
|
+
fromJSON(object: any): _21.ExtensionRangeOptions;
|
|
125
|
+
toJSON(message: _21.ExtensionRangeOptions): unknown;
|
|
126
|
+
fromPartial(object: Partial<_21.ExtensionRangeOptions>): _21.ExtensionRangeOptions;
|
|
127
|
+
fromAmino(object: _21.ExtensionRangeOptionsAmino): _21.ExtensionRangeOptions;
|
|
128
|
+
toAmino(message: _21.ExtensionRangeOptions): _21.ExtensionRangeOptionsAmino;
|
|
129
|
+
fromAminoMsg(object: _21.ExtensionRangeOptionsAminoMsg): _21.ExtensionRangeOptions;
|
|
130
|
+
fromProtoMsg(message: _21.ExtensionRangeOptionsProtoMsg): _21.ExtensionRangeOptions;
|
|
131
|
+
toProto(message: _21.ExtensionRangeOptions): Uint8Array;
|
|
132
|
+
toProtoMsg(message: _21.ExtensionRangeOptions): _21.ExtensionRangeOptionsProtoMsg;
|
|
133
|
+
};
|
|
134
|
+
FieldDescriptorProto: {
|
|
135
|
+
typeUrl: string;
|
|
136
|
+
encode(message: _21.FieldDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
137
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.FieldDescriptorProto;
|
|
138
|
+
fromJSON(object: any): _21.FieldDescriptorProto;
|
|
139
|
+
toJSON(message: _21.FieldDescriptorProto): unknown;
|
|
140
|
+
fromPartial(object: Partial<_21.FieldDescriptorProto>): _21.FieldDescriptorProto;
|
|
141
|
+
fromAmino(object: _21.FieldDescriptorProtoAmino): _21.FieldDescriptorProto;
|
|
142
|
+
toAmino(message: _21.FieldDescriptorProto): _21.FieldDescriptorProtoAmino;
|
|
143
|
+
fromAminoMsg(object: _21.FieldDescriptorProtoAminoMsg): _21.FieldDescriptorProto;
|
|
144
|
+
fromProtoMsg(message: _21.FieldDescriptorProtoProtoMsg): _21.FieldDescriptorProto;
|
|
145
|
+
toProto(message: _21.FieldDescriptorProto): Uint8Array;
|
|
146
|
+
toProtoMsg(message: _21.FieldDescriptorProto): _21.FieldDescriptorProtoProtoMsg;
|
|
147
|
+
};
|
|
148
|
+
OneofDescriptorProto: {
|
|
149
|
+
typeUrl: string;
|
|
150
|
+
encode(message: _21.OneofDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
151
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.OneofDescriptorProto;
|
|
152
|
+
fromJSON(object: any): _21.OneofDescriptorProto;
|
|
153
|
+
toJSON(message: _21.OneofDescriptorProto): unknown;
|
|
154
|
+
fromPartial(object: Partial<_21.OneofDescriptorProto>): _21.OneofDescriptorProto;
|
|
155
|
+
fromAmino(object: _21.OneofDescriptorProtoAmino): _21.OneofDescriptorProto;
|
|
156
|
+
toAmino(message: _21.OneofDescriptorProto): _21.OneofDescriptorProtoAmino;
|
|
157
|
+
fromAminoMsg(object: _21.OneofDescriptorProtoAminoMsg): _21.OneofDescriptorProto;
|
|
158
|
+
fromProtoMsg(message: _21.OneofDescriptorProtoProtoMsg): _21.OneofDescriptorProto;
|
|
159
|
+
toProto(message: _21.OneofDescriptorProto): Uint8Array;
|
|
160
|
+
toProtoMsg(message: _21.OneofDescriptorProto): _21.OneofDescriptorProtoProtoMsg;
|
|
161
|
+
};
|
|
162
|
+
EnumDescriptorProto: {
|
|
163
|
+
typeUrl: string;
|
|
164
|
+
encode(message: _21.EnumDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
165
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.EnumDescriptorProto;
|
|
166
|
+
fromJSON(object: any): _21.EnumDescriptorProto;
|
|
167
|
+
toJSON(message: _21.EnumDescriptorProto): unknown;
|
|
168
|
+
fromPartial(object: Partial<_21.EnumDescriptorProto>): _21.EnumDescriptorProto;
|
|
169
|
+
fromAmino(object: _21.EnumDescriptorProtoAmino): _21.EnumDescriptorProto;
|
|
170
|
+
toAmino(message: _21.EnumDescriptorProto): _21.EnumDescriptorProtoAmino;
|
|
171
|
+
fromAminoMsg(object: _21.EnumDescriptorProtoAminoMsg): _21.EnumDescriptorProto;
|
|
172
|
+
fromProtoMsg(message: _21.EnumDescriptorProtoProtoMsg): _21.EnumDescriptorProto;
|
|
173
|
+
toProto(message: _21.EnumDescriptorProto): Uint8Array;
|
|
174
|
+
toProtoMsg(message: _21.EnumDescriptorProto): _21.EnumDescriptorProtoProtoMsg;
|
|
175
|
+
};
|
|
176
|
+
EnumDescriptorProto_EnumReservedRange: {
|
|
177
|
+
typeUrl: string;
|
|
178
|
+
encode(message: _21.EnumDescriptorProto_EnumReservedRange, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
179
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.EnumDescriptorProto_EnumReservedRange;
|
|
180
|
+
fromJSON(object: any): _21.EnumDescriptorProto_EnumReservedRange;
|
|
181
|
+
toJSON(message: _21.EnumDescriptorProto_EnumReservedRange): unknown;
|
|
182
|
+
fromPartial(object: Partial<_21.EnumDescriptorProto_EnumReservedRange>): _21.EnumDescriptorProto_EnumReservedRange;
|
|
183
|
+
fromAmino(object: _21.EnumDescriptorProto_EnumReservedRangeAmino): _21.EnumDescriptorProto_EnumReservedRange;
|
|
184
|
+
toAmino(message: _21.EnumDescriptorProto_EnumReservedRange): _21.EnumDescriptorProto_EnumReservedRangeAmino;
|
|
185
|
+
fromAminoMsg(object: _21.EnumDescriptorProto_EnumReservedRangeAminoMsg): _21.EnumDescriptorProto_EnumReservedRange;
|
|
186
|
+
fromProtoMsg(message: _21.EnumDescriptorProto_EnumReservedRangeProtoMsg): _21.EnumDescriptorProto_EnumReservedRange;
|
|
187
|
+
toProto(message: _21.EnumDescriptorProto_EnumReservedRange): Uint8Array;
|
|
188
|
+
toProtoMsg(message: _21.EnumDescriptorProto_EnumReservedRange): _21.EnumDescriptorProto_EnumReservedRangeProtoMsg;
|
|
189
|
+
};
|
|
190
|
+
EnumValueDescriptorProto: {
|
|
191
|
+
typeUrl: string;
|
|
192
|
+
encode(message: _21.EnumValueDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
193
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.EnumValueDescriptorProto;
|
|
194
|
+
fromJSON(object: any): _21.EnumValueDescriptorProto;
|
|
195
|
+
toJSON(message: _21.EnumValueDescriptorProto): unknown;
|
|
196
|
+
fromPartial(object: Partial<_21.EnumValueDescriptorProto>): _21.EnumValueDescriptorProto;
|
|
197
|
+
fromAmino(object: _21.EnumValueDescriptorProtoAmino): _21.EnumValueDescriptorProto;
|
|
198
|
+
toAmino(message: _21.EnumValueDescriptorProto): _21.EnumValueDescriptorProtoAmino;
|
|
199
|
+
fromAminoMsg(object: _21.EnumValueDescriptorProtoAminoMsg): _21.EnumValueDescriptorProto;
|
|
200
|
+
fromProtoMsg(message: _21.EnumValueDescriptorProtoProtoMsg): _21.EnumValueDescriptorProto;
|
|
201
|
+
toProto(message: _21.EnumValueDescriptorProto): Uint8Array;
|
|
202
|
+
toProtoMsg(message: _21.EnumValueDescriptorProto): _21.EnumValueDescriptorProtoProtoMsg;
|
|
203
|
+
};
|
|
204
|
+
ServiceDescriptorProto: {
|
|
205
|
+
typeUrl: string;
|
|
206
|
+
encode(message: _21.ServiceDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
207
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.ServiceDescriptorProto;
|
|
208
|
+
fromJSON(object: any): _21.ServiceDescriptorProto;
|
|
209
|
+
toJSON(message: _21.ServiceDescriptorProto): unknown;
|
|
210
|
+
fromPartial(object: Partial<_21.ServiceDescriptorProto>): _21.ServiceDescriptorProto;
|
|
211
|
+
fromAmino(object: _21.ServiceDescriptorProtoAmino): _21.ServiceDescriptorProto;
|
|
212
|
+
toAmino(message: _21.ServiceDescriptorProto): _21.ServiceDescriptorProtoAmino;
|
|
213
|
+
fromAminoMsg(object: _21.ServiceDescriptorProtoAminoMsg): _21.ServiceDescriptorProto;
|
|
214
|
+
fromProtoMsg(message: _21.ServiceDescriptorProtoProtoMsg): _21.ServiceDescriptorProto;
|
|
215
|
+
toProto(message: _21.ServiceDescriptorProto): Uint8Array;
|
|
216
|
+
toProtoMsg(message: _21.ServiceDescriptorProto): _21.ServiceDescriptorProtoProtoMsg;
|
|
217
|
+
};
|
|
218
|
+
MethodDescriptorProto: {
|
|
219
|
+
typeUrl: string;
|
|
220
|
+
encode(message: _21.MethodDescriptorProto, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
221
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.MethodDescriptorProto;
|
|
222
|
+
fromJSON(object: any): _21.MethodDescriptorProto;
|
|
223
|
+
toJSON(message: _21.MethodDescriptorProto): unknown;
|
|
224
|
+
fromPartial(object: Partial<_21.MethodDescriptorProto>): _21.MethodDescriptorProto;
|
|
225
|
+
fromAmino(object: _21.MethodDescriptorProtoAmino): _21.MethodDescriptorProto;
|
|
226
|
+
toAmino(message: _21.MethodDescriptorProto): _21.MethodDescriptorProtoAmino;
|
|
227
|
+
fromAminoMsg(object: _21.MethodDescriptorProtoAminoMsg): _21.MethodDescriptorProto;
|
|
228
|
+
fromProtoMsg(message: _21.MethodDescriptorProtoProtoMsg): _21.MethodDescriptorProto;
|
|
229
|
+
toProto(message: _21.MethodDescriptorProto): Uint8Array;
|
|
230
|
+
toProtoMsg(message: _21.MethodDescriptorProto): _21.MethodDescriptorProtoProtoMsg;
|
|
231
|
+
};
|
|
232
|
+
FileOptions: {
|
|
233
|
+
typeUrl: string;
|
|
234
|
+
encode(message: _21.FileOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
235
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.FileOptions;
|
|
236
|
+
fromJSON(object: any): _21.FileOptions;
|
|
237
|
+
toJSON(message: _21.FileOptions): unknown;
|
|
238
|
+
fromPartial(object: Partial<_21.FileOptions>): _21.FileOptions;
|
|
239
|
+
fromAmino(object: _21.FileOptionsAmino): _21.FileOptions;
|
|
240
|
+
toAmino(message: _21.FileOptions): _21.FileOptionsAmino;
|
|
241
|
+
fromAminoMsg(object: _21.FileOptionsAminoMsg): _21.FileOptions;
|
|
242
|
+
fromProtoMsg(message: _21.FileOptionsProtoMsg): _21.FileOptions;
|
|
243
|
+
toProto(message: _21.FileOptions): Uint8Array;
|
|
244
|
+
toProtoMsg(message: _21.FileOptions): _21.FileOptionsProtoMsg;
|
|
245
|
+
};
|
|
246
|
+
MessageOptions: {
|
|
247
|
+
typeUrl: string;
|
|
248
|
+
encode(message: _21.MessageOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
249
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.MessageOptions;
|
|
250
|
+
fromJSON(object: any): _21.MessageOptions;
|
|
251
|
+
toJSON(message: _21.MessageOptions): unknown;
|
|
252
|
+
fromPartial(object: Partial<_21.MessageOptions>): _21.MessageOptions;
|
|
253
|
+
fromAmino(object: _21.MessageOptionsAmino): _21.MessageOptions;
|
|
254
|
+
toAmino(message: _21.MessageOptions): _21.MessageOptionsAmino;
|
|
255
|
+
fromAminoMsg(object: _21.MessageOptionsAminoMsg): _21.MessageOptions;
|
|
256
|
+
fromProtoMsg(message: _21.MessageOptionsProtoMsg): _21.MessageOptions;
|
|
257
|
+
toProto(message: _21.MessageOptions): Uint8Array;
|
|
258
|
+
toProtoMsg(message: _21.MessageOptions): _21.MessageOptionsProtoMsg;
|
|
259
|
+
};
|
|
260
|
+
FieldOptions: {
|
|
261
|
+
typeUrl: string;
|
|
262
|
+
encode(message: _21.FieldOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
263
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.FieldOptions;
|
|
264
|
+
fromJSON(object: any): _21.FieldOptions;
|
|
265
|
+
toJSON(message: _21.FieldOptions): unknown;
|
|
266
|
+
fromPartial(object: Partial<_21.FieldOptions>): _21.FieldOptions;
|
|
267
|
+
fromAmino(object: _21.FieldOptionsAmino): _21.FieldOptions;
|
|
268
|
+
toAmino(message: _21.FieldOptions): _21.FieldOptionsAmino;
|
|
269
|
+
fromAminoMsg(object: _21.FieldOptionsAminoMsg): _21.FieldOptions;
|
|
270
|
+
fromProtoMsg(message: _21.FieldOptionsProtoMsg): _21.FieldOptions;
|
|
271
|
+
toProto(message: _21.FieldOptions): Uint8Array;
|
|
272
|
+
toProtoMsg(message: _21.FieldOptions): _21.FieldOptionsProtoMsg;
|
|
273
|
+
};
|
|
274
|
+
OneofOptions: {
|
|
275
|
+
typeUrl: string;
|
|
276
|
+
encode(message: _21.OneofOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
277
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.OneofOptions;
|
|
278
|
+
fromJSON(object: any): _21.OneofOptions;
|
|
279
|
+
toJSON(message: _21.OneofOptions): unknown;
|
|
280
|
+
fromPartial(object: Partial<_21.OneofOptions>): _21.OneofOptions;
|
|
281
|
+
fromAmino(object: _21.OneofOptionsAmino): _21.OneofOptions;
|
|
282
|
+
toAmino(message: _21.OneofOptions): _21.OneofOptionsAmino;
|
|
283
|
+
fromAminoMsg(object: _21.OneofOptionsAminoMsg): _21.OneofOptions;
|
|
284
|
+
fromProtoMsg(message: _21.OneofOptionsProtoMsg): _21.OneofOptions;
|
|
285
|
+
toProto(message: _21.OneofOptions): Uint8Array;
|
|
286
|
+
toProtoMsg(message: _21.OneofOptions): _21.OneofOptionsProtoMsg;
|
|
287
|
+
};
|
|
288
|
+
EnumOptions: {
|
|
289
|
+
typeUrl: string;
|
|
290
|
+
encode(message: _21.EnumOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
291
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.EnumOptions;
|
|
292
|
+
fromJSON(object: any): _21.EnumOptions;
|
|
293
|
+
toJSON(message: _21.EnumOptions): unknown;
|
|
294
|
+
fromPartial(object: Partial<_21.EnumOptions>): _21.EnumOptions;
|
|
295
|
+
fromAmino(object: _21.EnumOptionsAmino): _21.EnumOptions;
|
|
296
|
+
toAmino(message: _21.EnumOptions): _21.EnumOptionsAmino;
|
|
297
|
+
fromAminoMsg(object: _21.EnumOptionsAminoMsg): _21.EnumOptions;
|
|
298
|
+
fromProtoMsg(message: _21.EnumOptionsProtoMsg): _21.EnumOptions;
|
|
299
|
+
toProto(message: _21.EnumOptions): Uint8Array;
|
|
300
|
+
toProtoMsg(message: _21.EnumOptions): _21.EnumOptionsProtoMsg;
|
|
301
|
+
};
|
|
302
|
+
EnumValueOptions: {
|
|
303
|
+
typeUrl: string;
|
|
304
|
+
encode(message: _21.EnumValueOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
305
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.EnumValueOptions;
|
|
306
|
+
fromJSON(object: any): _21.EnumValueOptions;
|
|
307
|
+
toJSON(message: _21.EnumValueOptions): unknown;
|
|
308
|
+
fromPartial(object: Partial<_21.EnumValueOptions>): _21.EnumValueOptions;
|
|
309
|
+
fromAmino(object: _21.EnumValueOptionsAmino): _21.EnumValueOptions;
|
|
310
|
+
toAmino(message: _21.EnumValueOptions): _21.EnumValueOptionsAmino;
|
|
311
|
+
fromAminoMsg(object: _21.EnumValueOptionsAminoMsg): _21.EnumValueOptions;
|
|
312
|
+
fromProtoMsg(message: _21.EnumValueOptionsProtoMsg): _21.EnumValueOptions;
|
|
313
|
+
toProto(message: _21.EnumValueOptions): Uint8Array;
|
|
314
|
+
toProtoMsg(message: _21.EnumValueOptions): _21.EnumValueOptionsProtoMsg;
|
|
315
|
+
};
|
|
316
|
+
ServiceOptions: {
|
|
317
|
+
typeUrl: string;
|
|
318
|
+
encode(message: _21.ServiceOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
319
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.ServiceOptions;
|
|
320
|
+
fromJSON(object: any): _21.ServiceOptions;
|
|
321
|
+
toJSON(message: _21.ServiceOptions): unknown;
|
|
322
|
+
fromPartial(object: Partial<_21.ServiceOptions>): _21.ServiceOptions;
|
|
323
|
+
fromAmino(object: _21.ServiceOptionsAmino): _21.ServiceOptions;
|
|
324
|
+
toAmino(message: _21.ServiceOptions): _21.ServiceOptionsAmino;
|
|
325
|
+
fromAminoMsg(object: _21.ServiceOptionsAminoMsg): _21.ServiceOptions;
|
|
326
|
+
fromProtoMsg(message: _21.ServiceOptionsProtoMsg): _21.ServiceOptions;
|
|
327
|
+
toProto(message: _21.ServiceOptions): Uint8Array;
|
|
328
|
+
toProtoMsg(message: _21.ServiceOptions): _21.ServiceOptionsProtoMsg;
|
|
329
|
+
};
|
|
330
|
+
MethodOptions: {
|
|
331
|
+
typeUrl: string;
|
|
332
|
+
encode(message: _21.MethodOptions, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
333
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.MethodOptions;
|
|
334
|
+
fromJSON(object: any): _21.MethodOptions;
|
|
335
|
+
toJSON(message: _21.MethodOptions): unknown;
|
|
336
|
+
fromPartial(object: Partial<_21.MethodOptions>): _21.MethodOptions;
|
|
337
|
+
fromAmino(object: _21.MethodOptionsAmino): _21.MethodOptions;
|
|
338
|
+
toAmino(message: _21.MethodOptions): _21.MethodOptionsAmino;
|
|
339
|
+
fromAminoMsg(object: _21.MethodOptionsAminoMsg): _21.MethodOptions;
|
|
340
|
+
fromProtoMsg(message: _21.MethodOptionsProtoMsg): _21.MethodOptions;
|
|
341
|
+
toProto(message: _21.MethodOptions): Uint8Array;
|
|
342
|
+
toProtoMsg(message: _21.MethodOptions): _21.MethodOptionsProtoMsg;
|
|
343
|
+
};
|
|
344
|
+
UninterpretedOption: {
|
|
345
|
+
typeUrl: string;
|
|
346
|
+
encode(message: _21.UninterpretedOption, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
347
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.UninterpretedOption;
|
|
348
|
+
fromJSON(object: any): _21.UninterpretedOption;
|
|
349
|
+
toJSON(message: _21.UninterpretedOption): unknown;
|
|
350
|
+
fromPartial(object: Partial<_21.UninterpretedOption>): _21.UninterpretedOption;
|
|
351
|
+
fromAmino(object: _21.UninterpretedOptionAmino): _21.UninterpretedOption;
|
|
352
|
+
toAmino(message: _21.UninterpretedOption): _21.UninterpretedOptionAmino;
|
|
353
|
+
fromAminoMsg(object: _21.UninterpretedOptionAminoMsg): _21.UninterpretedOption;
|
|
354
|
+
fromProtoMsg(message: _21.UninterpretedOptionProtoMsg): _21.UninterpretedOption;
|
|
355
|
+
toProto(message: _21.UninterpretedOption): Uint8Array;
|
|
356
|
+
toProtoMsg(message: _21.UninterpretedOption): _21.UninterpretedOptionProtoMsg;
|
|
357
|
+
};
|
|
358
|
+
UninterpretedOption_NamePart: {
|
|
359
|
+
typeUrl: string;
|
|
360
|
+
encode(message: _21.UninterpretedOption_NamePart, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
361
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.UninterpretedOption_NamePart;
|
|
362
|
+
fromJSON(object: any): _21.UninterpretedOption_NamePart;
|
|
363
|
+
toJSON(message: _21.UninterpretedOption_NamePart): unknown;
|
|
364
|
+
fromPartial(object: Partial<_21.UninterpretedOption_NamePart>): _21.UninterpretedOption_NamePart;
|
|
365
|
+
fromAmino(object: _21.UninterpretedOption_NamePartAmino): _21.UninterpretedOption_NamePart;
|
|
366
|
+
toAmino(message: _21.UninterpretedOption_NamePart): _21.UninterpretedOption_NamePartAmino;
|
|
367
|
+
fromAminoMsg(object: _21.UninterpretedOption_NamePartAminoMsg): _21.UninterpretedOption_NamePart;
|
|
368
|
+
fromProtoMsg(message: _21.UninterpretedOption_NamePartProtoMsg): _21.UninterpretedOption_NamePart;
|
|
369
|
+
toProto(message: _21.UninterpretedOption_NamePart): Uint8Array;
|
|
370
|
+
toProtoMsg(message: _21.UninterpretedOption_NamePart): _21.UninterpretedOption_NamePartProtoMsg;
|
|
371
|
+
};
|
|
372
|
+
SourceCodeInfo: {
|
|
373
|
+
typeUrl: string;
|
|
374
|
+
encode(message: _21.SourceCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
375
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.SourceCodeInfo;
|
|
376
|
+
fromJSON(object: any): _21.SourceCodeInfo;
|
|
377
|
+
toJSON(message: _21.SourceCodeInfo): unknown;
|
|
378
|
+
fromPartial(object: Partial<_21.SourceCodeInfo>): _21.SourceCodeInfo;
|
|
379
|
+
fromAmino(object: _21.SourceCodeInfoAmino): _21.SourceCodeInfo;
|
|
380
|
+
toAmino(message: _21.SourceCodeInfo): _21.SourceCodeInfoAmino;
|
|
381
|
+
fromAminoMsg(object: _21.SourceCodeInfoAminoMsg): _21.SourceCodeInfo;
|
|
382
|
+
fromProtoMsg(message: _21.SourceCodeInfoProtoMsg): _21.SourceCodeInfo;
|
|
383
|
+
toProto(message: _21.SourceCodeInfo): Uint8Array;
|
|
384
|
+
toProtoMsg(message: _21.SourceCodeInfo): _21.SourceCodeInfoProtoMsg;
|
|
385
|
+
};
|
|
386
|
+
SourceCodeInfo_Location: {
|
|
387
|
+
typeUrl: string;
|
|
388
|
+
encode(message: _21.SourceCodeInfo_Location, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
389
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.SourceCodeInfo_Location;
|
|
390
|
+
fromJSON(object: any): _21.SourceCodeInfo_Location;
|
|
391
|
+
toJSON(message: _21.SourceCodeInfo_Location): unknown;
|
|
392
|
+
fromPartial(object: Partial<_21.SourceCodeInfo_Location>): _21.SourceCodeInfo_Location;
|
|
393
|
+
fromAmino(object: _21.SourceCodeInfo_LocationAmino): _21.SourceCodeInfo_Location;
|
|
394
|
+
toAmino(message: _21.SourceCodeInfo_Location): _21.SourceCodeInfo_LocationAmino;
|
|
395
|
+
fromAminoMsg(object: _21.SourceCodeInfo_LocationAminoMsg): _21.SourceCodeInfo_Location;
|
|
396
|
+
fromProtoMsg(message: _21.SourceCodeInfo_LocationProtoMsg): _21.SourceCodeInfo_Location;
|
|
397
|
+
toProto(message: _21.SourceCodeInfo_Location): Uint8Array;
|
|
398
|
+
toProtoMsg(message: _21.SourceCodeInfo_Location): _21.SourceCodeInfo_LocationProtoMsg;
|
|
399
|
+
};
|
|
400
|
+
GeneratedCodeInfo: {
|
|
401
|
+
typeUrl: string;
|
|
402
|
+
encode(message: _21.GeneratedCodeInfo, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
403
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.GeneratedCodeInfo;
|
|
404
|
+
fromJSON(object: any): _21.GeneratedCodeInfo;
|
|
405
|
+
toJSON(message: _21.GeneratedCodeInfo): unknown;
|
|
406
|
+
fromPartial(object: Partial<_21.GeneratedCodeInfo>): _21.GeneratedCodeInfo;
|
|
407
|
+
fromAmino(object: _21.GeneratedCodeInfoAmino): _21.GeneratedCodeInfo;
|
|
408
|
+
toAmino(message: _21.GeneratedCodeInfo): _21.GeneratedCodeInfoAmino;
|
|
409
|
+
fromAminoMsg(object: _21.GeneratedCodeInfoAminoMsg): _21.GeneratedCodeInfo;
|
|
410
|
+
fromProtoMsg(message: _21.GeneratedCodeInfoProtoMsg): _21.GeneratedCodeInfo;
|
|
411
|
+
toProto(message: _21.GeneratedCodeInfo): Uint8Array;
|
|
412
|
+
toProtoMsg(message: _21.GeneratedCodeInfo): _21.GeneratedCodeInfoProtoMsg;
|
|
413
|
+
};
|
|
414
|
+
GeneratedCodeInfo_Annotation: {
|
|
415
|
+
typeUrl: string;
|
|
416
|
+
encode(message: _21.GeneratedCodeInfo_Annotation, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
417
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _21.GeneratedCodeInfo_Annotation;
|
|
418
|
+
fromJSON(object: any): _21.GeneratedCodeInfo_Annotation;
|
|
419
|
+
toJSON(message: _21.GeneratedCodeInfo_Annotation): unknown;
|
|
420
|
+
fromPartial(object: Partial<_21.GeneratedCodeInfo_Annotation>): _21.GeneratedCodeInfo_Annotation;
|
|
421
|
+
fromAmino(object: _21.GeneratedCodeInfo_AnnotationAmino): _21.GeneratedCodeInfo_Annotation;
|
|
422
|
+
toAmino(message: _21.GeneratedCodeInfo_Annotation): _21.GeneratedCodeInfo_AnnotationAmino;
|
|
423
|
+
fromAminoMsg(object: _21.GeneratedCodeInfo_AnnotationAminoMsg): _21.GeneratedCodeInfo_Annotation;
|
|
424
|
+
fromProtoMsg(message: _21.GeneratedCodeInfo_AnnotationProtoMsg): _21.GeneratedCodeInfo_Annotation;
|
|
425
|
+
toProto(message: _21.GeneratedCodeInfo_Annotation): Uint8Array;
|
|
426
|
+
toProtoMsg(message: _21.GeneratedCodeInfo_Annotation): _21.GeneratedCodeInfo_AnnotationProtoMsg;
|
|
427
|
+
};
|
|
428
|
+
Any: {
|
|
429
|
+
typeUrl: string;
|
|
430
|
+
encode(message: _20.Any, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
431
|
+
decode(input: Uint8Array | import("../binary.js").BinaryReader, length?: number | undefined): _20.Any;
|
|
432
|
+
fromJSON(object: any): _20.Any;
|
|
433
|
+
toJSON(message: _20.Any): unknown;
|
|
434
|
+
fromPartial(object: Partial<_20.Any>): _20.Any;
|
|
435
|
+
fromAmino(object: _20.AnyAmino): _20.Any;
|
|
436
|
+
toAmino(message: _20.Any): _20.AnyAmino;
|
|
437
|
+
fromAminoMsg(object: _20.AnyAminoMsg): _20.Any;
|
|
438
|
+
fromProtoMsg(message: _20.AnyProtoMsg): _20.Any;
|
|
439
|
+
toProto(message: _20.Any): Uint8Array;
|
|
440
|
+
toProtoMsg(message: _20.Any): _20.AnyProtoMsg;
|
|
441
|
+
};
|
|
442
|
+
};
|
|
443
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
//@ts-nocheck
|
|
2
|
+
import * as _20 from './protobuf/any.js';
|
|
3
|
+
import * as _21 from './protobuf/descriptor.js';
|
|
4
|
+
import * as _22 from './protobuf/timestamp.js';
|
|
5
|
+
export var google;
|
|
6
|
+
(function (google) {
|
|
7
|
+
google.protobuf = {
|
|
8
|
+
..._20,
|
|
9
|
+
..._21,
|
|
10
|
+
..._22,
|
|
11
|
+
};
|
|
12
|
+
})(google || (google = {}));
|
|
13
|
+
//# sourceMappingURL=bundle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle.js","sourceRoot":"","sources":["../../../src/codegen/google/bundle.ts"],"names":[],"mappings":"AAAA,aAAa;AACb,OAAO,KAAK,GAAG,MAAM,mBAAmB,CAAC;AACzC,OAAO,KAAK,GAAG,MAAM,0BAA0B,CAAC;AAChD,OAAO,KAAK,GAAG,MAAM,yBAAyB,CAAC;AAC/C,MAAM,KAAW,MAAM,CAMtB;AAND,WAAiB,MAAM;IACR,eAAQ,GAAG;QACtB,GAAG,GAAG;QACN,GAAG,GAAG;QACN,GAAG,GAAG;KACP,CAAC;AACJ,CAAC,EANgB,MAAM,KAAN,MAAM,QAMtB"}
|