io.provenance.client.common.gas.prices.ConstGasPrices.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pb-grpc-client-common-kotlin Show documentation
Show all versions of pb-grpc-client-common-kotlin Show documentation
A GRPC client for communicating with the Provenance Blockchain
The newest version!
package io.provenance.client.common.gas.prices
import cosmos.base.v1beta1.CoinOuterClass
/**
*
*/
fun constGasPrice(gasPrice: CoinOuterClass.Coin) = gasPrices { gasPrice }