Package org.exoplatform.wallet.contract
Class ERTTokenV1.TransactionFeeEventResponse
- java.lang.Object
-
- org.web3j.protocol.core.methods.response.BaseEventResponse
-
- org.exoplatform.wallet.contract.ERTTokenV1.TransactionFeeEventResponse
-
- Enclosing class:
- ERTTokenV1
public static class ERTTokenV1.TransactionFeeEventResponse extends org.web3j.protocol.core.methods.response.BaseEventResponse
-
-
Field Summary
Fields Modifier and Type Field Description BigIntegeretherFeeRefundStringfromBigIntegertokenFee
-
Constructor Summary
Constructors Constructor Description TransactionFeeEventResponse()
-
-
-
Field Detail
-
from
public String from
-
tokenFee
public BigInteger tokenFee
-
etherFeeRefund
public BigInteger etherFeeRefund
-
-