@refinio/one.models
    Preparing search index...

    Type Alias LinkedListRawEntry

    This type is returned by the raw channel iterator

    type LinkedListRawEntry = {
        creationTime: number;
        creationTimeHash: SHA256Hash<CreationTime>;
        dataHash: SHA256Hash<OneObjectTypes>;
        linkedListEntryHash: SHA256Hash<LinkedListEntry>;
        metaDataHashes?: SHA256Hash[];
    }
    Index

    Properties

    creationTime: number
    creationTimeHash: SHA256Hash<CreationTime>
    dataHash: SHA256Hash<OneObjectTypes>
    linkedListEntryHash: SHA256Hash<LinkedListEntry>
    metaDataHashes?: SHA256Hash[]