Some additional meta data that can be stored with the keys, and then re-appear as part of the proof graphs

interface KeyData {
    controller?: string;
    expires?: string;
    revoked?: string;
}

Hierarchy (view full)

Properties

controller?: string
expires?: string
revoked?: string