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