Return the object data for a list of objects

interface MultiGetObjectsParams {
    ids: string[];
    options?: null | SuiObjectDataOptions;
}

Properties

Properties

ids: string[]

the IDs of the queried objects

options?: null | SuiObjectDataOptions

options for specifying the content to be returned