@blockchaincommons/xid - v1.0.0-beta.3
    Preparing search index...

    Interface XIDDocumentLike

    What a delegate needs of its controller: XIDDocument, without importing it.

    interface XIDDocumentLike {
        xid: XID;
        toEnvelope(): Envelope;
        equals(other: XIDDocumentLike): boolean;
        clone(): XIDDocumentLike;
    }
    Index
    xid: XID

    The controller's XID.

    • The controller's envelope (private keys and generator omitted, unsigned).

      Returns Envelope