Blockchain added

This commit is contained in:
2026-04-22 11:04:59 +01:00
parent e0dc9ba2ba
commit cd11e76c07
23 changed files with 10984 additions and 61 deletions

View File

@@ -52,7 +52,10 @@ export interface Contract {
documentHash: string | null;
txHash: string | null;
ipfsUrl: string | null;
blockNumber: number | null;
blockTimestamp: Date | null;
blockchainNetwork: string | null;
contractAddress: string | null;
createdAt: Date;
updatedAt: Date;