@dxos/protocols 0.1.5 → 0.1.6
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/LICENSE +5 -18
- package/README.yml +6 -0
- package/dist/src/proto/gen/dxos/client/services.d.ts +18 -1
- package/dist/src/proto/gen/dxos/client/services.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client/services.js.map +1 -1
- package/dist/src/proto/gen/dxos/client.d.ts +5 -4
- package/dist/src/proto/gen/dxos/client.d.ts.map +1 -1
- package/dist/src/proto/gen/dxos/client.js.map +1 -1
- package/dist/src/proto/gen/dxos/halo/invitations.d.ts +19 -21
- package/dist/src/proto/gen/dxos/halo/invitations.d.ts.map +1 -1
- package/dist/src/proto/gen/index.d.ts +2 -2
- package/dist/src/proto/gen/index.d.ts.map +1 -1
- package/dist/src/proto/gen/index.js +1 -1
- package/dist/src/proto/gen/index.js.map +1 -1
- package/package.json +6 -7
- package/proto/dxos/bot.d.ts +4 -1
- package/proto/dxos/bot.js +4 -1
- package/proto/dxos/client/services.d.ts +4 -1
- package/proto/dxos/client/services.js +4 -1
- package/proto/dxos/client.d.ts +4 -1
- package/proto/dxos/client.js +4 -1
- package/proto/dxos/config.d.ts +4 -1
- package/proto/dxos/config.js +4 -1
- package/proto/dxos/devtools/host.d.ts +4 -1
- package/proto/dxos/devtools/host.js +4 -1
- package/proto/dxos/devtools/swarm.d.ts +4 -1
- package/proto/dxos/devtools/swarm.js +4 -1
- package/proto/dxos/echo/feed.d.ts +4 -1
- package/proto/dxos/echo/feed.js +4 -1
- package/proto/dxos/echo/metadata.d.ts +4 -1
- package/proto/dxos/echo/metadata.js +4 -1
- package/proto/dxos/echo/model/messenger.d.ts +4 -1
- package/proto/dxos/echo/model/messenger.js +4 -1
- package/proto/dxos/echo/model/object.d.ts +4 -1
- package/proto/dxos/echo/model/object.js +4 -1
- package/proto/dxos/echo/model/text.d.ts +4 -1
- package/proto/dxos/echo/model/text.js +4 -1
- package/proto/dxos/echo/service.d.ts +4 -1
- package/proto/dxos/echo/service.js +4 -1
- package/proto/dxos/echo/snapshot.d.ts +4 -1
- package/proto/dxos/echo/snapshot.js +4 -1
- package/proto/dxos/echo/timeframe.d.ts +4 -1
- package/proto/dxos/echo/timeframe.js +4 -1
- package/proto/dxos/halo/credentials/auth.d.ts +4 -1
- package/proto/dxos/halo/credentials/auth.js +4 -1
- package/proto/dxos/halo/credentials/greet.d.ts +4 -1
- package/proto/dxos/halo/credentials/greet.js +4 -1
- package/proto/dxos/halo/credentials/identity.d.ts +4 -1
- package/proto/dxos/halo/credentials/identity.js +4 -1
- package/proto/dxos/halo/credentials.d.ts +4 -1
- package/proto/dxos/halo/credentials.js +4 -1
- package/proto/dxos/halo/invitations.d.ts +4 -1
- package/proto/dxos/halo/invitations.js +4 -1
- package/proto/dxos/halo/keyring.d.ts +4 -1
- package/proto/dxos/halo/keyring.js +4 -1
- package/proto/dxos/halo/keys.d.ts +4 -1
- package/proto/dxos/halo/keys.js +4 -1
- package/proto/dxos/halo/signed.d.ts +4 -1
- package/proto/dxos/halo/signed.js +4 -1
- package/proto/dxos/iframe.d.ts +4 -1
- package/proto/dxos/iframe.js +4 -1
- package/proto/dxos/keys.d.ts +4 -1
- package/proto/dxos/keys.js +4 -1
- package/proto/dxos/mesh/bridge.d.ts +4 -1
- package/proto/dxos/mesh/bridge.js +4 -1
- package/proto/dxos/mesh/broadcast.d.ts +4 -1
- package/proto/dxos/mesh/broadcast.js +4 -1
- package/proto/dxos/mesh/messaging.d.ts +4 -1
- package/proto/dxos/mesh/messaging.js +4 -1
- package/proto/dxos/mesh/presence.d.ts +4 -1
- package/proto/dxos/mesh/presence.js +4 -1
- package/proto/dxos/mesh/protocol.d.ts +4 -1
- package/proto/dxos/mesh/protocol.js +4 -1
- package/proto/dxos/mesh/replicator.d.ts +4 -1
- package/proto/dxos/mesh/replicator.js +4 -1
- package/proto/dxos/mesh/signal.d.ts +4 -1
- package/proto/dxos/mesh/signal.js +4 -1
- package/proto/dxos/mesh/swarm.d.ts +4 -1
- package/proto/dxos/mesh/swarm.js +4 -1
- package/proto/dxos/registry.d.ts +4 -1
- package/proto/dxos/registry.js +4 -1
- package/proto/dxos/rpc.d.ts +4 -1
- package/proto/dxos/rpc.js +4 -1
- package/proto/dxos/service/publisher.d.ts +4 -1
- package/proto/dxos/service/publisher.js +4 -1
- package/proto/dxos/service/scheduler.d.ts +4 -1
- package/proto/dxos/service/scheduler.js +4 -1
- package/proto/dxos/type.d.ts +4 -1
- package/proto/dxos/type.js +4 -1
- package/proto/example/testing/data.d.ts +4 -1
- package/proto/example/testing/data.js +4 -1
- package/proto/example/testing/rpc.d.ts +4 -1
- package/proto/example/testing/rpc.js +4 -1
- package/proto/google/protobuf.d.ts +5 -0
- package/proto/google/protobuf.js +5 -0
- package/src/proto/dxos/client/services.proto +14 -3
- package/src/proto/dxos/client.proto +3 -7
- package/src/proto/dxos/halo/invitations.proto +16 -19
- package/src/proto/gen/dxos/client/services.ts +18 -1
- package/src/proto/gen/dxos/client.ts +5 -4
- package/src/proto/gen/dxos/halo/invitations.ts +19 -21
- package/src/proto/gen/index.ts +3 -3
- package/proto/README.md +0 -7
- package/proto/dxos/bot.d.ts.map +0 -10
- package/proto/dxos/client/services.d.ts.map +0 -10
- package/proto/dxos/client.d.ts.map +0 -10
- package/proto/dxos/config.d.ts.map +0 -10
- package/proto/dxos/devtools/diagnostics.d.ts +0 -2
- package/proto/dxos/devtools/diagnostics.d.ts.map +0 -10
- package/proto/dxos/devtools/diagnostics.js +0 -2
- package/proto/dxos/devtools/host.d.ts.map +0 -10
- package/proto/dxos/devtools/swarm.d.ts.map +0 -10
- package/proto/dxos/echo/feed.d.ts.map +0 -10
- package/proto/dxos/echo/metadata.d.ts.map +0 -10
- package/proto/dxos/echo/model/messenger.d.ts.map +0 -10
- package/proto/dxos/echo/model/object.d.ts.map +0 -10
- package/proto/dxos/echo/model/text.d.ts.map +0 -10
- package/proto/dxos/echo/service.d.ts.map +0 -10
- package/proto/dxos/echo/snapshot.d.ts.map +0 -10
- package/proto/dxos/echo/timeframe.d.ts.map +0 -10
- package/proto/dxos/google.d.ts +0 -2
- package/proto/dxos/google.d.ts.map +0 -10
- package/proto/dxos/google.js +0 -2
- package/proto/dxos/halo/credentials/auth.d.ts.map +0 -10
- package/proto/dxos/halo/credentials/greet.d.ts.map +0 -10
- package/proto/dxos/halo/credentials/identity.d.ts.map +0 -10
- package/proto/dxos/halo/credentials.d.ts.map +0 -10
- package/proto/dxos/halo/invitations.d.ts.map +0 -10
- package/proto/dxos/halo/keyring.d.ts.map +0 -10
- package/proto/dxos/halo/keys.d.ts.map +0 -10
- package/proto/dxos/halo/signed.d.ts.map +0 -10
- package/proto/dxos/iframe.d.ts.map +0 -10
- package/proto/dxos/keys.d.ts.map +0 -10
- package/proto/dxos/mesh/bridge.d.ts.map +0 -10
- package/proto/dxos/mesh/broadcast.d.ts.map +0 -10
- package/proto/dxos/mesh/messaging.d.ts.map +0 -10
- package/proto/dxos/mesh/presence.d.ts.map +0 -10
- package/proto/dxos/mesh/protocol.d.ts.map +0 -10
- package/proto/dxos/mesh/replicator.d.ts.map +0 -10
- package/proto/dxos/mesh/signal.d.ts.map +0 -10
- package/proto/dxos/mesh/swarm.d.ts.map +0 -10
- package/proto/dxos/registry.d.ts.map +0 -10
- package/proto/dxos/rpc.d.ts.map +0 -10
- package/proto/dxos/service/publisher.d.ts.map +0 -10
- package/proto/dxos/service/scheduler.d.ts.map +0 -10
- package/proto/dxos/type.d.ts.map +0 -10
- package/proto/example/testing/data.d.ts.map +0 -10
- package/proto/example/testing/rpc.d.ts.map +0 -10
package/proto/dxos/type.d.ts
CHANGED
package/proto/dxos/type.js
CHANGED
|
@@ -175,8 +175,11 @@ message Invitation {
|
|
|
175
175
|
/// Authentication code created by host.
|
|
176
176
|
optional string authentication_code = 7;
|
|
177
177
|
|
|
178
|
+
/// Timeout (ms).
|
|
179
|
+
optional int32 timeout = 8;
|
|
180
|
+
|
|
178
181
|
/// Space key (if data invitation).
|
|
179
|
-
optional dxos.keys.PublicKey space_key =
|
|
182
|
+
optional dxos.keys.PublicKey space_key = 9;
|
|
180
183
|
}
|
|
181
184
|
|
|
182
185
|
message AuthenticationRequest {
|
|
@@ -188,8 +191,16 @@ message CancelInvitationRequest {
|
|
|
188
191
|
string invitation_id = 1;
|
|
189
192
|
}
|
|
190
193
|
|
|
191
|
-
//
|
|
192
|
-
|
|
194
|
+
// Common TS interface.
|
|
195
|
+
|
|
196
|
+
service HaloInvitationsService {
|
|
197
|
+
rpc CreateInvitation(Invitation) returns (stream Invitation);
|
|
198
|
+
rpc Authenticate(AuthenticationRequest) returns (google.protobuf.Empty);
|
|
199
|
+
rpc AcceptInvitation(Invitation) returns (stream Invitation);
|
|
200
|
+
rpc CancelInvitation(CancelInvitationRequest) returns (google.protobuf.Empty);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
service SpaceInvitationsService {
|
|
193
204
|
rpc CreateInvitation(Invitation) returns (stream Invitation);
|
|
194
205
|
rpc Authenticate(AuthenticationRequest) returns (google.protobuf.Empty);
|
|
195
206
|
rpc AcceptInvitation(Invitation) returns (stream Invitation);
|
|
@@ -20,6 +20,8 @@ package dxos.client;
|
|
|
20
20
|
//
|
|
21
21
|
|
|
22
22
|
service SystemService {
|
|
23
|
+
/// Called at the start of the session. Service should block until it is fully initialized.
|
|
24
|
+
rpc InitSession (google.protobuf.Empty) returns (google.protobuf.Empty);
|
|
23
25
|
rpc GetConfig(google.protobuf.Empty) returns (dxos.config.Config);
|
|
24
26
|
rpc Reset (google.protobuf.Empty) returns (google.protobuf.Empty);
|
|
25
27
|
}
|
|
@@ -102,10 +104,6 @@ service ProfileService {
|
|
|
102
104
|
rpc CreateProfile(CreateProfileRequest) returns (Profile);
|
|
103
105
|
rpc RecoverProfile(RecoverProfileRequest) returns (Profile);
|
|
104
106
|
rpc SubscribeProfile (google.protobuf.Empty) returns (stream SubscribeProfileResponse);
|
|
105
|
-
|
|
106
|
-
rpc CreateInvitation(google.protobuf.Empty) returns (stream InvitationRequest);
|
|
107
|
-
rpc AcceptInvitation(dxos.client.services.Invitation) returns (stream RedeemedInvitation);
|
|
108
|
-
rpc AuthenticateInvitation(AuthenticateInvitationRequest) returns (google.protobuf.Empty);
|
|
109
107
|
}
|
|
110
108
|
|
|
111
109
|
message AddKeyRecordRequest {
|
|
@@ -113,9 +111,7 @@ message AddKeyRecordRequest {
|
|
|
113
111
|
}
|
|
114
112
|
|
|
115
113
|
message SignRequest {
|
|
116
|
-
|
|
117
|
-
* - The public key of the key that is supposed to be used for signing.
|
|
118
|
-
*/
|
|
114
|
+
/// The public key of the key that is supposed to be used for signing.
|
|
119
115
|
dxos.keys.PublicKey public_key = 1;
|
|
120
116
|
|
|
121
117
|
bytes payload = 2;
|
|
@@ -18,9 +18,11 @@ message AuthenticationRequest {
|
|
|
18
18
|
// HALO device invitations.
|
|
19
19
|
//
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
message HaloAdmissionOffer {
|
|
22
|
+
dxos.keys.PublicKey identity_key = 1;
|
|
23
|
+
dxos.keys.PublicKey halo_space_key = 2;
|
|
24
|
+
dxos.keys.PublicKey genesis_feed_key = 3;
|
|
25
|
+
}
|
|
24
26
|
|
|
25
27
|
message HaloAdmissionCredentials {
|
|
26
28
|
dxos.keys.PublicKey device_key = 1;
|
|
@@ -28,26 +30,26 @@ message HaloAdmissionCredentials {
|
|
|
28
30
|
dxos.keys.PublicKey data_feed_key = 3;
|
|
29
31
|
}
|
|
30
32
|
|
|
31
|
-
message HaloAdmissionOffer {
|
|
32
|
-
dxos.keys.PublicKey identity_key = 1;
|
|
33
|
-
dxos.keys.PublicKey halo_space_key = 2;
|
|
34
|
-
dxos.keys.PublicKey genesis_feed_key = 3;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
33
|
service HaloHostService {
|
|
34
|
+
/// Process admission offer from host.
|
|
35
|
+
rpc RequestAdmission(google.protobuf.Empty) returns (HaloAdmissionOffer);
|
|
36
|
+
|
|
37
|
+
/// Authenticate request.
|
|
38
|
+
rpc Authenticate(AuthenticationRequest) returns (google.protobuf.Empty);
|
|
39
|
+
|
|
38
40
|
/// Process admission request from guest.
|
|
39
41
|
rpc PresentAdmissionCredentials(HaloAdmissionCredentials) returns (google.protobuf.Empty);
|
|
40
42
|
}
|
|
41
43
|
|
|
42
|
-
service HaloGuestService {
|
|
43
|
-
/// Process admission offer from host.
|
|
44
|
-
rpc PresentAdmissionOffer(HaloAdmissionOffer) returns (google.protobuf.Empty);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
44
|
//
|
|
48
45
|
// Space agent invitations.
|
|
49
46
|
//
|
|
50
47
|
|
|
48
|
+
message SpaceAdmissionOffer {
|
|
49
|
+
dxos.keys.PublicKey space_key = 1;
|
|
50
|
+
dxos.keys.PublicKey genesis_feed_key = 3;
|
|
51
|
+
}
|
|
52
|
+
|
|
51
53
|
message SpaceAdmissionCredentials {
|
|
52
54
|
dxos.keys.PublicKey identity_key = 1;
|
|
53
55
|
dxos.keys.PublicKey device_key = 2;
|
|
@@ -55,11 +57,6 @@ message SpaceAdmissionCredentials {
|
|
|
55
57
|
dxos.keys.PublicKey data_feed_key = 4;
|
|
56
58
|
}
|
|
57
59
|
|
|
58
|
-
message SpaceAdmissionOffer {
|
|
59
|
-
dxos.keys.PublicKey space_key = 1;
|
|
60
|
-
dxos.keys.PublicKey genesis_feed_key = 3;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
60
|
service SpaceHostService {
|
|
64
61
|
/// Process admission request.
|
|
65
62
|
rpc RequestAdmission(google.protobuf.Empty) returns (SpaceAdmissionOffer);
|
|
@@ -223,6 +223,13 @@ export interface Invitation {
|
|
|
223
223
|
* - proto3_optional = true
|
|
224
224
|
*/
|
|
225
225
|
authenticationCode?: string;
|
|
226
|
+
/**
|
|
227
|
+
* Timeout (ms).
|
|
228
|
+
*
|
|
229
|
+
* Options:
|
|
230
|
+
* - proto3_optional = true
|
|
231
|
+
*/
|
|
232
|
+
timeout?: number;
|
|
226
233
|
/**
|
|
227
234
|
* Space key (if data invitation).
|
|
228
235
|
*
|
|
@@ -275,7 +282,17 @@ export interface CancelInvitationRequest {
|
|
|
275
282
|
* Defined in:
|
|
276
283
|
* {@link file://./../../../dxos/client/services.proto}
|
|
277
284
|
*/
|
|
278
|
-
export interface
|
|
285
|
+
export interface HaloInvitationsService {
|
|
286
|
+
createInvitation: (request: Invitation) => Stream<Invitation>;
|
|
287
|
+
authenticate: (request: AuthenticationRequest) => Promise<void>;
|
|
288
|
+
acceptInvitation: (request: Invitation) => Stream<Invitation>;
|
|
289
|
+
cancelInvitation: (request: CancelInvitationRequest) => Promise<void>;
|
|
290
|
+
}
|
|
291
|
+
/**
|
|
292
|
+
* Defined in:
|
|
293
|
+
* {@link file://./../../../dxos/client/services.proto}
|
|
294
|
+
*/
|
|
295
|
+
export interface SpaceInvitationsService {
|
|
279
296
|
createInvitation: (request: Invitation) => Stream<Invitation>;
|
|
280
297
|
authenticate: (request: AuthenticationRequest) => Promise<void>;
|
|
281
298
|
acceptInvitation: (request: Invitation) => Stream<Invitation>;
|
|
@@ -44,6 +44,10 @@ import * as google_protobuf from "../google/protobuf";
|
|
|
44
44
|
* {@link file://./../../dxos/client.proto}
|
|
45
45
|
*/
|
|
46
46
|
export interface SystemService {
|
|
47
|
+
/**
|
|
48
|
+
* Called at the start of the session. Service should block until it is fully initialized.
|
|
49
|
+
*/
|
|
50
|
+
initSession: (request: void) => Promise<void>;
|
|
47
51
|
getConfig: (request: void) => Promise<dxos_config.Config>;
|
|
48
52
|
reset: (request: void) => Promise<void>;
|
|
49
53
|
}
|
|
@@ -191,9 +195,6 @@ export interface ProfileService {
|
|
|
191
195
|
createProfile: (request: CreateProfileRequest) => Promise<Profile>;
|
|
192
196
|
recoverProfile: (request: RecoverProfileRequest) => Promise<Profile>;
|
|
193
197
|
subscribeProfile: (request: void) => Stream<SubscribeProfileResponse>;
|
|
194
|
-
createInvitation: (request: void) => Stream<InvitationRequest>;
|
|
195
|
-
acceptInvitation: (request: dxos_client_services.Invitation) => Stream<RedeemedInvitation>;
|
|
196
|
-
authenticateInvitation: (request: AuthenticateInvitationRequest) => Promise<void>;
|
|
197
198
|
}
|
|
198
199
|
/**
|
|
199
200
|
* Defined in:
|
|
@@ -208,7 +209,7 @@ export interface AddKeyRecordRequest {
|
|
|
208
209
|
*/
|
|
209
210
|
export interface SignRequest {
|
|
210
211
|
/**
|
|
211
|
-
*
|
|
212
|
+
* The public key of the key that is supposed to be used for signing.
|
|
212
213
|
*/
|
|
213
214
|
publicKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
214
215
|
payload: Uint8Array;
|
|
@@ -50,25 +50,33 @@ export interface AuthenticationRequest {
|
|
|
50
50
|
* Defined in:
|
|
51
51
|
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
52
52
|
*/
|
|
53
|
-
export interface
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
53
|
+
export interface HaloAdmissionOffer {
|
|
54
|
+
identityKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
55
|
+
haloSpaceKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
56
|
+
genesisFeedKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
57
57
|
}
|
|
58
58
|
/**
|
|
59
59
|
* Defined in:
|
|
60
60
|
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
61
61
|
*/
|
|
62
|
-
export interface
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
export interface HaloAdmissionCredentials {
|
|
63
|
+
deviceKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
64
|
+
controlFeedKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
65
|
+
dataFeedKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
68
|
* Defined in:
|
|
69
69
|
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
70
70
|
*/
|
|
71
71
|
export interface HaloHostService {
|
|
72
|
+
/**
|
|
73
|
+
* Process admission offer from host.
|
|
74
|
+
*/
|
|
75
|
+
requestAdmission: (request: void) => Promise<HaloAdmissionOffer>;
|
|
76
|
+
/**
|
|
77
|
+
* Authenticate request.
|
|
78
|
+
*/
|
|
79
|
+
authenticate: (request: AuthenticationRequest) => Promise<void>;
|
|
72
80
|
/**
|
|
73
81
|
* Process admission request from guest.
|
|
74
82
|
*/
|
|
@@ -78,11 +86,9 @@ export interface HaloHostService {
|
|
|
78
86
|
* Defined in:
|
|
79
87
|
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
80
88
|
*/
|
|
81
|
-
export interface
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
*/
|
|
85
|
-
presentAdmissionOffer: (request: HaloAdmissionOffer) => Promise<void>;
|
|
89
|
+
export interface SpaceAdmissionOffer {
|
|
90
|
+
spaceKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
91
|
+
genesisFeedKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
86
92
|
}
|
|
87
93
|
/**
|
|
88
94
|
* Defined in:
|
|
@@ -94,14 +100,6 @@ export interface SpaceAdmissionCredentials {
|
|
|
94
100
|
controlFeedKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
95
101
|
dataFeedKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
96
102
|
}
|
|
97
|
-
/**
|
|
98
|
-
* Defined in:
|
|
99
|
-
* {@link file://./../../../dxos/halo/invitations.proto}
|
|
100
|
-
*/
|
|
101
|
-
export interface SpaceAdmissionOffer {
|
|
102
|
-
spaceKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
103
|
-
genesisFeedKey: ReturnType<(typeof substitutions)["dxos.keys.PublicKey"]["decode"]>;
|
|
104
|
-
}
|
|
105
103
|
/**
|
|
106
104
|
* Defined in:
|
|
107
105
|
* {@link file://./../../../dxos/halo/invitations.proto}
|