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

    Type Alias WithStateView<V>

    Additional marker interface, when state view is supported/required.

    type WithStateView<V = StateView> = {
        view(): V;
    }

    Type Parameters

    Implemented by

    Index

    Methods

    Methods