MCPcopy Create free account
hub / github.com/Project-DARC/DARC / constructor

Method constructor

darc-js/src/SDK/Node.ts:17–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 expressionId: number;
16 nodeParam: NodeParamStruct;
17 constructor() {
18 this.childList = [];
19 this.type = "UNDEFINED";
20 this.expressionId = 0;
21 this.nodeParam = {
22 STRING_ARRAY: [],
23 ADDRESS_2DARRAY: [],
24 UINT256_2DARRAY: [],
25 BYTES: [],
26 }
27 }
28
29 /**
30 * Just generate a condition node struct for the expression node

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected