Class ERC20.TransferEventResponse

java.lang.Object
com.nftworlds.wallet.contracts.wrappers.common.ERC20.TransferEventResponse
Enclosing class:
ERC20

public static class ERC20.TransferEventResponse extends Object
  • Field Details

    • log

      public org.web3j.protocol.core.methods.response.Log log
    • _from

      public String _from
    • _to

      public String _to
    • _value

      public BigInteger _value
  • Constructor Details

    • TransferEventResponse

      public TransferEventResponse()