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

    Interface SerializedStateBackend

    Abstraction over some backend containing serialized state entries.

    This may or may not be backed by some on-disk database or can be just stored in memory.

    interface SerializedStateBackend {
        get(key: OpaqueHash & pvm.WithOpaque<"stateKey">): BytesBlob | null;
    }

    Implemented by

    Index

    Methods

    Methods