Interface SuiBindOptions

interface SuiBindOptions {
    address: string;
    baseLabels?: Labels;
    network?: SuiChainId;
    startCheckpoint?: bigint;
}

Properties

address: string
baseLabels?: Labels
network?: SuiChainId
startCheckpoint?: bigint