You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** The root CID of the MST tree for the previous commit from this repo (indicated by the 'since' revision field in this message). Corresponds to the 'data' field in the repo commit object. NOTE: this field is effectively required for the 'inductive' version of firehose. */
4260
4258
prevData?: At.CIDLink;
4261
4259
}
4262
-
/**
4263
-
* DEPRECATED -- Use #identity event instead
4264
-
* \@deprecated
4265
-
*/
4266
-
interfaceHandleextendsTypedBase{
4267
-
did: At.DID;
4268
-
handle: At.Handle;
4269
-
seq: number;
4270
-
time: string;
4271
-
}
4272
4260
/** Represents a change to an account's identity. Could be an updated handle, signing key, or pds hosting endpoint. Serves as a prod to all downstream services to refresh their identity cache. */
0 commit comments