@voidmerge/voidmerge-client
    Preparing search index...

    Interface VmObjSignedShortCache

    Cache of VmObjSigneds indexed by short hash.

    interface VmObjSignedShortCache {
        getByShort(short: VmHash): null | VmObjSigned;
        put(bundle: VmObjSigned): void;
    }

    Implemented by

    Index

    Methods

    Methods