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

tech.figure.classification.asset.util.extensions.BroadcastTxResponseExtensions.kt Maven / Gradle / Ivy

Go to download

Various tools for interacting with the Asset Classification smart contract

There is a newer version: 3.10.0
Show newest version
package tech.figure.classification.asset.util.extensions

import cosmos.tx.v1beta1.ServiceOuterClass.BroadcastTxResponse
import tech.figure.classification.asset.util.models.ProvenanceTxEvents

/**
 * All extensions in this library are suffixed with "Ac" to ensure they do not overlap with other libraries' extensions.
 */

fun BroadcastTxResponse.toProvenanceTxEventsAc(): List = txResponse.toProvenanceTxEventsAc()

fun BroadcastTxResponse.isErrorAc(): Boolean = this.txResponse.isErrorAc()
fun BroadcastTxResponse.isSuccessAc(): Boolean = !this.isErrorAc()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy