Package io.meeds.deeds.contract
Class ERC1155.TransferSingleEventResponse
- java.lang.Object
-
- org.web3j.protocol.core.methods.response.BaseEventResponse
-
- io.meeds.deeds.contract.ERC1155.TransferSingleEventResponse
-
- Enclosing class:
- ERC1155
public static class ERC1155.TransferSingleEventResponse extends org.web3j.protocol.core.methods.response.BaseEventResponse
-
-
Field Summary
Fields Modifier and Type Field Description BigInteger_amountString_fromBigInteger_idString_operatorString_to
-
Constructor Summary
Constructors Constructor Description TransferSingleEventResponse()
-
-
-
Field Detail
-
_operator
public String _operator
-
_from
public String _from
-
_to
public String _to
-
_id
public BigInteger _id
-
_amount
public BigInteger _amount
-
-