Class AllowanceEntry.AllowanceEntryStruct
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
net.finmath.smartcontracts.representablestate.xml.tuple.definitions.AllowanceEntry.AllowanceEntryStruct
- All Implemented Interfaces:
org.web3j.abi.datatypes.StructType,org.web3j.abi.datatypes.Type<List<org.web3j.abi.datatypes.Type>>
- Enclosing class:
AllowanceEntry
public static class AllowanceEntry.AllowanceEntryStruct
extends org.web3j.abi.datatypes.StaticStruct
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.web3j.abi.datatypes.generated.Uint256final org.web3j.abi.datatypes.Addressfinal org.web3j.abi.datatypes.AddressFields 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
ConstructorsConstructorDescriptionAllowanceEntryStruct(org.web3j.abi.datatypes.Address owner, org.web3j.abi.datatypes.Address spender, org.web3j.abi.datatypes.generated.Uint256 amount) -
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
-
owner
public final org.web3j.abi.datatypes.Address owner -
spender
public final org.web3j.abi.datatypes.Address spender -
amount
public final org.web3j.abi.datatypes.generated.Uint256 amount
-
-
Constructor Details
-
AllowanceEntryStruct
public AllowanceEntryStruct(org.web3j.abi.datatypes.Address owner, org.web3j.abi.datatypes.Address spender, org.web3j.abi.datatypes.generated.Uint256 amount)
-