Class BalanceEntry.BalanceEntryStruct

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.BalanceEntry.BalanceEntryStruct
All Implemented Interfaces:
org.web3j.abi.datatypes.StructType, org.web3j.abi.datatypes.Type<List<org.web3j.abi.datatypes.Type>>
Enclosing class:
BalanceEntry

public static class BalanceEntry.BalanceEntryStruct extends org.web3j.abi.datatypes.StaticStruct
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.web3j.abi.datatypes.Address
     
    final org.web3j.abi.datatypes.generated.Uint256
     

    Fields inherited from class org.web3j.abi.datatypes.StaticArray

    MAX_SIZE_OF_STATIC_ARRAY

    Fields inherited from class org.web3j.abi.datatypes.Array

    value

    Fields inherited from interface org.web3j.abi.datatypes.Type

    MAX_BIT_LENGTH, MAX_BYTE_LENGTH
  • Constructor Summary

    Constructors
    Constructor
    Description
    BalanceEntryStruct(org.web3j.abi.datatypes.Address account, org.web3j.abi.datatypes.generated.Uint256 amount)
     
  • Method Summary

    Methods inherited from class org.web3j.abi.datatypes.StaticStruct

    getTypeAsString

    Methods inherited from class org.web3j.abi.datatypes.StaticArray

    getValue

    Methods inherited from class org.web3j.abi.datatypes.Array

    bytes32PaddedLength, equals, getComponentType, getNativeValueCopy, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • account

      public final org.web3j.abi.datatypes.Address account
    • amount

      public final org.web3j.abi.datatypes.generated.Uint256 amount
  • Constructor Details

    • BalanceEntryStruct

      public BalanceEntryStruct(org.web3j.abi.datatypes.Address account, org.web3j.abi.datatypes.generated.Uint256 amount)