@sentio/sdk
    Preparing search index...
    interface Entry<T0> {
        priority: bigint;
        value: T0;
    }

    Type Parameters

    • T0
    Index

    Properties

    Properties

    priority: bigint
    value: T0