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

    Interface ValuesDb

    Abstraction over access to values that don't fit into leaves.

    interface ValuesDb {
        get(key: OpaqueHash & WithOpaque<"trieValue">): Uint8Array;
    }
    Index

    Methods

    Methods