@blockchaincommons/components - v1.0.0-beta.4
    Preparing search index...

    Interface ReferenceProvider

    Implementers of this interface provide a globally unique reference to themselves.

    cryptographic digest of the object's serialized form, ensuring that it uniquely identifies the object's contents.

    interface ReferenceProvider {
        reference(): Reference;
    }

    Implemented by

    Index