web-dc-api 0.0.76 → 0.0.77

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/index.d.ts CHANGED
@@ -27652,6 +27652,7 @@ interface DCContext {
27652
27652
  userInfo: Account | null;
27653
27653
  dbManager?: DBManager;
27654
27654
  publicKey: Ed25519PubKey | undefined;
27655
+ privateKey: Ed25519PrivKey | undefined;
27655
27656
  ethAddress: string | undefined;
27656
27657
  grpcServer: DCGrpcServer;
27657
27658
  sign(payload: Uint8Array): Promise<Uint8Array>;
@@ -28672,6 +28673,7 @@ declare class DC implements DCContext {
28672
28673
  dcChain: ChainUtil;
28673
28674
  dcNodeClient: HeliaLibp2p<Libp2p$1>;
28674
28675
  dcutil: DcUtil;
28676
+ privateKey: Ed25519PrivKey | undefined;
28675
28677
  publicKey: Ed25519PubKey | undefined;
28676
28678
  dbThreadId: string;
28677
28679
  ethAddress: string;