ContentGraphNode: {
    accessAuth: string;
    id: string;
    nodeType: NodeType;
    referenceAuth: string;
    referenceOf: string;
    token: BigNumber;
    uri: string;
}

Type declaration

  • accessAuth: string
  • id: string
  • nodeType: NodeType
  • referenceAuth: string
  • referenceOf: string
  • token: BigNumber
  • uri: string

Remarks

type definition for node on verify protocol

Generated using TypeDoc