Packages

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
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def MIN_REGISTRATION_DURATION()(implicit sender: Signing): Future[Async]
  5. def MIN_REGISTRATION_DURATION(nonce: Nonce)(implicit sender: Signing): Future[Async]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def available(name: String)(implicit sender: Signing): Future[Async]
  8. def available(name: String, nonce: Nonce)(implicit sender: Signing): Future[Async]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def commit(commitment: Bytes32)(implicit sender: Signing): Future[Async]
  11. def commit(commitment: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
  12. def commitments(arg1: Bytes32)(implicit sender: Signing): Future[Async]
  13. def commitments(arg1: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isOwner()(implicit sender: Signing): Future[Async]
  20. def isOwner(nonce: Nonce)(implicit sender: Signing): Future[Async]
  21. def makeCommitment(name: String, owner: Address, secret: Bytes32)(implicit sender: Signing): Future[Async]
  22. def makeCommitment(name: String, owner: Address, secret: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
  23. def maxCommitmentAge()(implicit sender: Signing): Future[Async]
  24. def maxCommitmentAge(nonce: Nonce)(implicit sender: Signing): Future[Async]
  25. def minCommitmentAge()(implicit sender: Signing): Future[Async]
  26. def minCommitmentAge(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
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def owner()(implicit sender: Signing): Future[Async]
  31. def owner(nonce: Nonce)(implicit sender: Signing): Future[Async]
  32. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32, nonce: Nonce)(implicit sender: Signing): Future[Async]
  33. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32, payment: Payment)(implicit sender: Signing): Future[Async]
  34. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32)(implicit sender: Signing): Future[Async]
  35. def register(name: String, owner: Address, duration: UInt256, secret: Bytes32, payment: Payment, nonce: Nonce)(implicit sender: Signing): Future[Async]
  36. def renew(name: String, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  37. def renew(name: String, duration: UInt256, payment: Payment)(implicit sender: Signing): Future[Async]
  38. def renew(name: String, duration: UInt256)(implicit sender: Signing): Future[Async]
  39. def renew(name: String, duration: UInt256, payment: Payment, nonce: Nonce)(implicit sender: Signing): Future[Async]
  40. def renounceOwnership()(implicit sender: Signing): Future[Async]
  41. def renounceOwnership(nonce: Nonce)(implicit sender: Signing): Future[Async]
  42. def rentPrice(name: String, duration: UInt256)(implicit sender: Signing): Future[Async]
  43. def rentPrice(name: String, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  44. def setCommitmentAges(_minCommitmentAge: UInt256, _maxCommitmentAge: UInt256)(implicit sender: Signing): Future[Async]
  45. def setCommitmentAges(_minCommitmentAge: UInt256, _maxCommitmentAge: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  46. def setPriceOracle(_prices: Address)(implicit sender: Signing): Future[Async]
  47. def setPriceOracle(_prices: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  48. def supportsInterface(interfaceID: Bytes4)(implicit sender: Signing): Future[Async]
  49. def supportsInterface(interfaceID: Bytes4, nonce: Nonce)(implicit sender: Signing): Future[Async]
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. def transferOwnership(newOwner: Address)(implicit sender: Signing): Future[Async]
  53. def transferOwnership(newOwner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  54. def valid(name: String)(implicit sender: Signing): Future[Async]
  55. def valid(name: String, nonce: Nonce)(implicit sender: Signing): Future[Async]
  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( ... ) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def withdraw()(implicit sender: Signing): Future[Async]
  60. def withdraw(nonce: Nonce)(implicit sender: Signing): Future[Async]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped