Type alias IndexedNode

IndexedNode: {
    id: string;
    id10: string;
    owner: string;
    recentCid: string;
    versions: IndexedNodeVersion[];
}

Represents the state and publication history of a dPID

Type declaration

  • id: string

    Node UUID in hex

  • id10: string

    Node UUID in decimal

  • owner: string

    Account who owns the node

  • recentCid: string

    The most recent manifest CID

  • versions: IndexedNodeVersion[]

    Publication history of the node

Generated using TypeDoc