Interface SuiObjectTypeBindOptions<T>

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

Type Parameters

  • T

Properties

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