All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.figure.eventstream.stream.models.TxData.kt Maven / Gradle / Ivy

package tech.figure.eventstream.stream.models

data class TxData(
    val txHash: String?,
    val fee: Pair?,
    val note: String?
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy