@sentio/sdk
    Preparing search index...

    Interface IotaObjectTypeBindOptions<T>

    interface IotaObjectTypeBindOptions<T> {
        baseLabels?: { [key: string]: string };
        endCheckpoint?: bigint;
        network?: SuiChainId;
        objectType: TypeDescriptor<T>;
        startCheckpoint?: bigint;
    }

    Type Parameters

    • T
    Index

    Properties

    baseLabels?: { [key: string]: string }
    endCheckpoint?: bigint
    network?: SuiChainId
    objectType: TypeDescriptor<T>
    startCheckpoint?: bigint