com.klaytn.caver.transaction.ITransactionWithGasPriceField Maven / Gradle / Ivy
package com.klaytn.caver.transaction;
public interface ITransactionWithGasPriceField {
String getGasPrice();
}
package com.klaytn.caver.transaction;
public interface ITransactionWithGasPriceField {
String getGasPrice();
}