@sentio/sdk
    Preparing search index...

    Interface Node<T0, T1>

    interface Node<T0, T1> {
        next: _0x1.option.Option<T0>;
        prev: _0x1.option.Option<T0>;
        value: T1;
    }

    Type Parameters

    • T0
    • T1
    Index

    Properties

    Properties

    value: T1