Package io.meeds.deeds.contract
Class WoM.Hub
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.WoM.Hub
- All Implemented Interfaces:
org.web3j.abi.datatypes.StructType,org.web3j.abi.datatypes.Type<List<org.web3j.abi.datatypes.Type>>
- Enclosing class:
WoM
public static class WoM.Hub
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
ConstructorsConstructorDescriptionHub(BigInteger deedId, String owner, Boolean enabled, BigInteger joinDate) Hub(org.web3j.abi.datatypes.generated.Uint256 deedId, org.web3j.abi.datatypes.Address owner, org.web3j.abi.datatypes.Bool enabled, org.web3j.abi.datatypes.generated.Uint256 joinDate) -
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
-
deedId
-
owner
-
enabled
-
joinDate
-
-
Constructor Details
-
Hub
-
Hub
public Hub(org.web3j.abi.datatypes.generated.Uint256 deedId, org.web3j.abi.datatypes.Address owner, org.web3j.abi.datatypes.Bool enabled, org.web3j.abi.datatypes.generated.Uint256 joinDate)
-