Type alias GestaltLinkNode

GestaltLinkNode: {
    claim: SignedClaim<ClaimLinkNode>;
    id: GestaltLinkId;
    meta: {
        [key: string]: JSONValue | undefined;
    };
}

Linking node to node. The only data required is the SignedClaim<ClaimLinkNode>

Type declaration

Generated using TypeDoc