ObjectResponse

Types

Link copied to clipboard
@Serializable
data class ObjectData(val objectId: String, val version: Long, val digest: String, val type: String = "", val owner: Owner.AddressOwner? = null, val previousTransaction: String = "", val storageRebate: Long = 0, val content: ObjectResponse.ObjectDataContent? = null) : ObjectResponse
Link copied to clipboard
@Serializable
data class ObjectDataBcs(val dataType: String, val type: String, val hasPublicTransfer: Boolean, val version: Long, val bcsBytes: String = "")
Link copied to clipboard
@Serializable
data class ObjectDataContent(val dataType: String, val type: String, val hasPublicTransfer: Boolean)
Link copied to clipboard
@Serializable
data class ObjectDataOptions(val showType: Boolean, val showOwner: Boolean, val showPreviousTransaction: Boolean, val showDisplay: Boolean, val showContent: Boolean, val showBcs: Boolean, val showStorageRebate: Boolean)
Link copied to clipboard
@Serializable
data class ObjectResponseError(val code: String, val objectId: String) : ObjectResponse