Package io.meeds.deeds.contract
Class Deed.TransferBatchEventResponse
- java.lang.Object
-
- org.web3j.protocol.core.methods.response.BaseEventResponse
-
- io.meeds.deeds.contract.Deed.TransferBatchEventResponse
-
- Enclosing class:
- Deed
public static class Deed.TransferBatchEventResponse extends org.web3j.protocol.core.methods.response.BaseEventResponse
-
-
Constructor Summary
Constructors Constructor Description TransferBatchEventResponse()
-
-
-
Field Detail
-
_operator
public String _operator
-
_from
public String _from
-
_to
public String _to
-
_ids
public List<BigInteger> _ids
-
_amounts
public List<BigInteger> _amounts
-
-