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

tech.figure.approval.member.group.devtools.extensions.ProvenanceExtensions.kt Maven / Gradle / Ivy

package tech.figure.approval.member.group.devtools.extensions

import cosmos.tx.v1beta1.ServiceOuterClass

internal fun ServiceOuterClass.BroadcastTxResponse.checkSuccess(): ServiceOuterClass.BroadcastTxResponse = this.also {
    check(it.txResponse.code == 0) { "Expected msg broadcast to succeed, but failed with logs: ${it.txResponse.rawLog}" }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy