pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface Delegation

    A statement, signed by the anchor, that a second key may sign releases.

    interface Delegation {
        epoch: number;
        expires: number;
        releaseKey: Buffer;
    }
    Index
    epoch: number

    Rises with every rotation, so a retired key cannot be reinstated by replaying the statement that once authorised it.

    expires: number

    When the delegation stops being honoured, in seconds since the Unix epoch, or 0 to never expire.

    releaseKey: Buffer

    The public key that may sign manifests while this delegation stands.