Package-level declarations
Functions
Link copied to clipboard
suspend fun getDynamicFieldObject(config: SuiConfig, parentId: String, name: DynamicFieldName): Result<GetDynamicFieldObjectQuery.Data?, SuiError>
Link copied to clipboard
Link copied to clipboard
suspend fun multiGetObjects(config: SuiConfig, ids: List<String>, limit: Int?, cursor: String?, options: ObjectDataOptions): Result<MultiGetObjectsQuery.Data?, SuiError>
Link copied to clipboard
Link copied to clipboard
suspend fun tryGetPastObject(config: SuiConfig, id: String, version: Int?, option: ObjectDataOptions): Result<TryGetPastObjectQuery.Data?, SuiError>