io.provenance.explorer.model.ProtoModels.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of explorer-api-model Show documentation
Show all versions of explorer-api-model Show documentation
API models used by the Provenance Explorer API
package io.provenance.explorer.model
import com.fasterxml.jackson.databind.node.ObjectNode
data class TxMessageBody(
val json: ObjectNode,
val base64: List
)