MCPcopy
hub / github.com/numbersprotocol/nit / ExtendedCommit

Interface ExtendedCommit

src/commitdb.ts:10–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import * as util from "./util";
9
10interface ExtendedCommit {
11 commitEventIndex;
12 blockNumber;
13 transactionHash;
14 commit;
15 assetCid;
16 assetTree;
17 author;
18 authorWalletAddress;
19 committer;
20 committerWalletAddress;
21 provider;
22 license;
23 action;
24 integrity;
25 assetCreatedIsoTime: string;
26 commitCreatedIsoTime: string;
27 blockchain: string;
28}
29
30async function extend(commitEventIndex, commitSummary, blockchainName) {
31 const blockNumber = commitSummary.blockNumber ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected