@sentio/sdk
    Preparing search index...

    Interface SuiObjectBindOptions

    interface SuiObjectBindOptions {
        baseLabels?: { [key: string]: string };
        endCheckpoint?: bigint;
        network?: SuiChainId;
        objectId: string;
        startCheckpoint?: bigint;
    }
    Index

    Properties

    baseLabels?: { [key: string]: string }
    endCheckpoint?: bigint
    network?: SuiChainId
    objectId: string
    startCheckpoint?: bigint