tech.figure.classification.asset.util.models.ProvenanceTxEvent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ac-util Show documentation
Show all versions of ac-util Show documentation
Various tools for interacting with the Asset Classification smart contract
package tech.figure.classification.asset.util.models
data class ProvenanceTxEvent(val type: String, val attributes: List)