Interface SuiObjectBindOptions

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

Properties

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