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

    Interface ValuesDb

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

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

    Methods

    Methods