ResolvedDataObject

data class ResolvedDataObject(val dataObject: DataObject, val mapReferences: MapReferences)

Contains a data object along with its decoded map references.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

dataObject

Data object of a specific data type. The object was provided by a horizon data adapter.

mapReferences

The decoded map references for the data object.

Constructors

Link copied to clipboard
constructor(dataObject: DataObject, mapReferences: MapReferences)

Properties

Link copied to clipboard
Link copied to clipboard
val mapReferences: MapReferences