Class KIP17.TransferEventResponse

  • Enclosing class:
    KIP17

    public static class KIP17.TransferEventResponse
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String from  
      KlayLogs.Log log  
      java.lang.String to  
      java.math.BigInteger tokenId  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • from

        public java.lang.String from
      • to

        public java.lang.String to
      • tokenId

        public java.math.BigInteger tokenId
    • Constructor Detail

      • TransferEventResponse

        public TransferEventResponse()