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

    Interface TakenGenerator

    What takeGenerator hands back: the generator as held and its salt.

    interface TakenGenerator {
        data: GeneratorData;
        salt: Salt;
    }
    Index

    The generator as held.

    salt: Salt

    The salt the 'provenanceGenerator' assertion carried.