Package io.meeds.deeds.contract
Class TestUEM.HubReport
java.lang.Object
org.web3j.abi.datatypes.Array<org.web3j.abi.datatypes.Type>
org.web3j.abi.datatypes.StaticArray<org.web3j.abi.datatypes.Type>
org.web3j.abi.datatypes.StaticStruct
io.meeds.deeds.contract.TestUEM.HubReport
- All Implemented Interfaces:
org.web3j.abi.datatypes.StructType,org.web3j.abi.datatypes.Type<List<org.web3j.abi.datatypes.Type>>
- Enclosing class:
TestUEM
public static class TestUEM.HubReport
extends org.web3j.abi.datatypes.StaticStruct
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.web3j.abi.datatypes.StaticArray
MAX_SIZE_OF_STATIC_ARRAYFields inherited from class org.web3j.abi.datatypes.Array
valueFields inherited from interface org.web3j.abi.datatypes.Type
MAX_BIT_LENGTH, MAX_BYTE_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionHubReport(String hub, BigInteger usersCount, BigInteger recipientsCount, BigInteger participantsCount, BigInteger achievementsCount, BigInteger amount, String tokenAddress, BigInteger tokenChainId, BigInteger fromDate, BigInteger toDate) HubReport(org.web3j.abi.datatypes.Address hub, org.web3j.abi.datatypes.generated.Uint256 usersCount, org.web3j.abi.datatypes.generated.Uint256 recipientsCount, org.web3j.abi.datatypes.generated.Uint256 participantsCount, org.web3j.abi.datatypes.generated.Uint256 achievementsCount, org.web3j.abi.datatypes.generated.Uint256 amount, org.web3j.abi.datatypes.Address tokenAddress, org.web3j.abi.datatypes.generated.Uint256 tokenChainId, org.web3j.abi.datatypes.generated.Uint256 fromDate, org.web3j.abi.datatypes.generated.Uint256 toDate) -
Method Summary
Methods inherited from class org.web3j.abi.datatypes.StaticStruct
getTypeAsStringMethods inherited from class org.web3j.abi.datatypes.StaticArray
getValueMethods inherited from class org.web3j.abi.datatypes.Array
bytes32PaddedLength, equals, getComponentType, getNativeValueCopy, hashCode
-
Field Details
-
hub
-
usersCount
-
recipientsCount
-
participantsCount
-
achievementsCount
-
amount
-
tokenAddress
-
tokenChainId
-
fromDate
-
toDate
-
-
Constructor Details
-
HubReport
public HubReport(String hub, BigInteger usersCount, BigInteger recipientsCount, BigInteger participantsCount, BigInteger achievementsCount, BigInteger amount, String tokenAddress, BigInteger tokenChainId, BigInteger fromDate, BigInteger toDate) -
HubReport
public HubReport(org.web3j.abi.datatypes.Address hub, org.web3j.abi.datatypes.generated.Uint256 usersCount, org.web3j.abi.datatypes.generated.Uint256 recipientsCount, org.web3j.abi.datatypes.generated.Uint256 participantsCount, org.web3j.abi.datatypes.generated.Uint256 achievementsCount, org.web3j.abi.datatypes.generated.Uint256 amount, org.web3j.abi.datatypes.Address tokenAddress, org.web3j.abi.datatypes.generated.Uint256 tokenChainId, org.web3j.abi.datatypes.generated.Uint256 fromDate, org.web3j.abi.datatypes.generated.Uint256 toDate)
-