Blockchain Commons XID TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface XIDDocumentType

    Forward declaration interface for XIDDocument to avoid circular dependency. The actual XIDDocument class implements this interface.

    interface XIDDocumentType {
        xid(): XID;
        intoEnvelope(): Envelope$1;
        clone(): XIDDocumentType;
    }
    Index

    Methods