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

    Interface XIDDocumentInput

    What XIDDocument.from takes.

    interface XIDDocumentInput {
        inceptionKey: XIDInceptionKey;
        genesis?: XIDGenesis;
    }
    Index
    inceptionKey: XIDInceptionKey

    The inception key, whose signing key the XID derives from.

    genesis?: XIDGenesis

    A genesis mark to start the provenance chain with.