Typeberry by Fluffy Labs - v0.9.0
    Preparing search index...

    Interface ValueDelta

    The value hashes a single block introduced and stopped referencing.

    interface ValueDelta {
        inserted: (OpaqueHash & WithOpaque<"trieValue">)[];
        removed: (OpaqueHash & WithOpaque<"trieValue">)[];
    }
    Index

    Properties

    Properties

    inserted: (OpaqueHash & WithOpaque<"trieValue">)[]

    Value hashes (non-embedded) that the block started referencing.

    removed: (OpaqueHash & WithOpaque<"trieValue">)[]

    Value hashes (non-embedded) that the block stopped referencing.