AgentDataExport: Pick<AgentDataModel, "meta" | "currentSpace" | "spaces"> & {
    delegations: Map<CIDString, {
        delegation: {
            bytes: ArrayBuffer;
            cid: CIDString;
        }[];
        meta: DelegationMeta;
    }>;
    principal: SignerArchive<DID, SigAlg>;
}

Agent data that is safe to pass to structuredClone() and persisted by stores.

Type declaration

Generated using TypeDoc