com.mchange.sc.v2.ens.contract.AsyncResolver

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 ABI(node: Bytes32, contentTypes: UInt256)(implicit sender: Signing): Future[Async]

  7. def ABI(node: Bytes32, contentTypes: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  8. def addr(node: Bytes32)(implicit sender: Signing): Future[Async]

  9. def addr(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

  10. def addr(node: Bytes32, coinType: UInt256)(implicit sender: Signing): Future[Async]

  11. def addr(node: Bytes32, coinType: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def authorisations(arg1: Bytes32, arg2: Address, arg3: Address)(implicit sender: Signing): Future[Async]

  14. def authorisations(arg1: Bytes32, arg2: Address, arg3: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  15. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def contenthash(node: Bytes32)(implicit sender: Signing): Future[Async]

  17. def contenthash(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

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

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

    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def interfaceImplementer(node: Bytes32, interfaceID: Bytes4)(implicit sender: Signing): Future[Async]

  23. def interfaceImplementer(node: Bytes32, interfaceID: Bytes4, nonce: Nonce)(implicit sender: Signing): Future[Async]

  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def name(node: Bytes32)(implicit sender: Signing): Future[Async]

  26. def name(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

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

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

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def pubkey(node: Bytes32)(implicit sender: Signing): Future[Async]

  31. def pubkey(node: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

  32. def setABI(node: Bytes32, contentType: UInt256, data: Bytes)(implicit sender: Signing): Future[Async]

  33. def setABI(node: Bytes32, contentType: UInt256, data: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]

  34. def setAddr(node: Bytes32, a: Address)(implicit sender: Signing): Future[Async]

  35. def setAddr(node: Bytes32, a: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  36. def setAddr(node: Bytes32, coinType: UInt256, a: Bytes)(implicit sender: Signing): Future[Async]

  37. def setAddr(node: Bytes32, coinType: UInt256, a: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]

  38. def setAuthorisation(node: Bytes32, target: Address, isAuthorised: Bool)(implicit sender: Signing): Future[Async]

  39. def setAuthorisation(node: Bytes32, target: Address, isAuthorised: Bool, nonce: Nonce)(implicit sender: Signing): Future[Async]

  40. def setContenthash(node: Bytes32, hash: Bytes)(implicit sender: Signing): Future[Async]

  41. def setContenthash(node: Bytes32, hash: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]

  42. def setInterface(node: Bytes32, interfaceID: Bytes4, implementer: Address)(implicit sender: Signing): Future[Async]

  43. def setInterface(node: Bytes32, interfaceID: Bytes4, implementer: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]

  44. def setName(node: Bytes32, name: String)(implicit sender: Signing): Future[Async]

  45. def setName(node: Bytes32, name: String, nonce: Nonce)(implicit sender: Signing): Future[Async]

  46. def setPubkey(node: Bytes32, x: Bytes32, y: Bytes32)(implicit sender: Signing): Future[Async]

  47. def setPubkey(node: Bytes32, x: Bytes32, y: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]

  48. def setText(node: Bytes32, key: String, value: String)(implicit sender: Signing): Future[Async]

  49. def setText(node: Bytes32, key: String, value: String, nonce: Nonce)(implicit sender: Signing): Future[Async]

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

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

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

    Definition Classes
    AnyRef
  53. def text(node: Bytes32, key: String)(implicit sender: Signing): Future[Async]

  54. def text(node: Bytes32, key: String, nonce: Nonce)(implicit sender: Signing): Future[Async]

  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped