com.mchange.sc.v2.ens.contract.AsyncRegistrar

transaction

object transaction

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. transaction
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def acceptRegistrarTransfer(hash: Bytes32, deed: Address, registrationDate: UInt256)(implicit sender: Sender): Future[Message]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def cancelBid(bidder: Address, seal: Bytes32)(implicit sender: Sender): Future[Message]

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ens()(implicit sender: Sender): Future[Message]

  11. def entries(_hash: Bytes32)(implicit sender: Sender): Future[Message]

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def eraseNode(labels: Seq[Bytes32])(implicit sender: Sender): Future[Message]

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def finalizeAuction(_hash: Bytes32)(implicit sender: Sender): Future[Message]

  17. def getAllowedTime(_hash: Bytes32)(implicit sender: Sender): Future[Message]

  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def invalidateName(unhashedName: String)(implicit sender: Sender): Future[Message]

  21. def isAllowed(_hash: Bytes32, _timestamp: UInt256)(implicit sender: Sender): Future[Message]

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def launchLength()(implicit sender: Sender): Future[Message]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def newBid(sealedBid: Bytes32, optionalPaymentInWei: Option[UInt256] = None)(implicit sender: Sender): Future[Message]

  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def registryStarted()(implicit sender: Sender): Future[Message]

  29. def releaseDeed(_hash: Bytes32)(implicit sender: Sender): Future[Message]

  30. def rootNode()(implicit sender: Sender): Future[Message]

  31. def sealedBids(arg1: Address, arg2: Bytes32)(implicit sender: Sender): Future[Message]

  32. def shaBid(hash: Bytes32, owner: Address, value: UInt256, salt: Bytes32)(implicit sender: Sender): Future[Message]

  33. def startAuction(_hash: Bytes32)(implicit sender: Sender): Future[Message]

  34. def startAuctions(_hashes: Seq[Bytes32])(implicit sender: Sender): Future[Message]

  35. def startAuctionsAndBid(hashes: Seq[Bytes32], sealedBid: Bytes32, optionalPaymentInWei: Option[UInt256] = None)(implicit sender: Sender): Future[Message]

  36. def state(_hash: Bytes32)(implicit sender: Sender): Future[Message]

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    AnyRef → Any
  39. def transfer(_hash: Bytes32, newOwner: Address)(implicit sender: Sender): Future[Message]

  40. def transferRegistrars(_hash: Bytes32)(implicit sender: Sender): Future[Message]

  41. def unsealBid(_hash: Bytes32, _value: UInt256, _salt: Bytes32)(implicit sender: Sender): Future[Message]

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped