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