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

    Interface XIDProvider

    Trait-style interface for objects that can produce a XID.

    other type that maps cleanly to a single XID (e.g. SigningPublicKey, PublicKeys) may also implement it.

    interface XIDProvider {
        xid(): XID;
    }

    Implemented by

    Index