Node: {
    id: string;
    nodeType: NodeType;
    parentId: string;
    referenceOf: string;
}

Type declaration

  • id: string
  • nodeType: NodeType
  • parentId: string
  • referenceOf: string

Remarks

type definition for node on verify protocol

Generated using TypeDoc