Package io.meeds.deeds.contract
Class TokenFactory.FundAddedEventResponse
- java.lang.Object
-
- org.web3j.protocol.core.methods.response.BaseEventResponse
-
- io.meeds.deeds.contract.TokenFactory.FundAddedEventResponse
-
- Enclosing class:
- TokenFactory
public static class TokenFactory.FundAddedEventResponse extends org.web3j.protocol.core.methods.response.BaseEventResponse
-
-
Field Summary
Fields Modifier and Type Field Description BigIntegerallocationBooleanfixedPercentageStringfundAddressBooleanisLPToken
-
Constructor Summary
Constructors Constructor Description FundAddedEventResponse()
-
-
-
Field Detail
-
fundAddress
public String fundAddress
-
allocation
public BigInteger allocation
-
fixedPercentage
public Boolean fixedPercentage
-
isLPToken
public Boolean isLPToken
-
-