com.mchange.sc.v2.ens.contract.AsyncController

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 MIN_REGISTRATION_DURATION()(implicit sender: Signing): Future[Async]

  7. def MIN_REGISTRATION_DURATION(nonce: Nonce)(implicit sender: Signing): Future[Async]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def available(name: String)(implicit sender: Signing): Future[Async]

  10. def available(name: String, nonce: Nonce)(implicit sender: Signing): Future[Async]

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def commit(commitment: Bytes32)(implicit sender: Signing): Future[Async]

  13. def commit(commitment: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

  14. def commitments(arg1: Bytes32)(implicit sender: Signing): Future[Async]

  15. def commitments(arg1: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

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

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

    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isOwner()(implicit sender: Signing): Future[Async]

  23. def isOwner(nonce: Nonce)(implicit sender: Signing): Future[Async]

  24. def makeCommitment(name: String, owner: Address, secret: Bytes32)(implicit sender: Signing): Future[Async]

  25. def makeCommitment(name: String, owner: Address, secret: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

  26. def maxCommitmentAge()(implicit sender: Signing): Future[Async]

  27. def maxCommitmentAge(nonce: Nonce)(implicit sender: Signing): Future[Async]

  28. def minCommitmentAge()(implicit sender: Signing): Future[Async]

  29. def minCommitmentAge(nonce: Nonce)(implicit sender: Signing): Future[Async]

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

    Definition Classes
    AnyRef
  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. def owner()(implicit sender: Signing): Future[Async]

  34. def owner(nonce: Nonce)(implicit sender: Signing): Future[Async]

  35. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

  36. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32, payment: Payment)(implicit sender: Signing): Future[Async]

  37. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32)(implicit sender: Signing): Future[Async]

  38. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32, payment: Payment, nonce: Nonce)(implicit sender: Signing): Future[Async]

  39. def renew(name: String, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  40. def renew(name: String, duration: UInt256, payment: Payment)(implicit sender: Signing): Future[Async]

  41. def renew(name: String, duration: UInt256)(implicit sender: Signing): Future[Async]

  42. def renew(name: String, duration: UInt256, payment: Payment, nonce: Nonce)(implicit sender: Signing): Future[Async]

  43. def renounceOwnership()(implicit sender: Signing): Future[Async]

  44. def renounceOwnership(nonce: Nonce)(implicit sender: Signing): Future[Async]

  45. def rentPrice(name: String, duration: UInt256)(implicit sender: Signing): Future[Async]

  46. def rentPrice(name: String, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  47. def setCommitmentAges(_minCommitmentAge: UInt256, _maxCommitmentAge: UInt256)(implicit sender: Signing): Future[Async]

  48. def setCommitmentAges(_minCommitmentAge: UInt256, _maxCommitmentAge: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  49. def setPriceOracle(_prices: Address)(implicit sender: Signing): Future[Async]

  50. def setPriceOracle(_prices: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  51. def supportsInterface(interfaceID: Bytes4)(implicit sender: Signing): Future[Async]

  52. def supportsInterface(interfaceID: Bytes4, nonce: Nonce)(implicit sender: Signing): Future[Async]

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

    Definition Classes
    AnyRef
  54. def toString(): String

    Definition Classes
    AnyRef → Any
  55. def transferOwnership(newOwner: Address)(implicit sender: Signing): Future[Async]

  56. def transferOwnership(newOwner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  57. def valid(name: String)(implicit sender: Signing): Future[Async]

  58. def valid(name: String, nonce: Nonce)(implicit sender: Signing): Future[Async]

  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def withdraw()(implicit sender: Signing): Future[Async]

  63. def withdraw(nonce: Nonce)(implicit sender: Signing): Future[Async]

Inherited from AnyRef

Inherited from Any

Ungrouped