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 GRACE_PERIOD()(implicit sender: Signing): Future[Async]
  5. def GRACE_PERIOD(nonce: Nonce)(implicit sender: Signing): Future[Async]
  6. def MIGRATION_LOCK_PERIOD()(implicit sender: Signing): Future[Async]
  7. def MIGRATION_LOCK_PERIOD(nonce: Nonce)(implicit sender: Signing): Future[Async]
  8. def acceptRegistrarTransfer(label: Bytes32, deed: Address, arg3: UInt256)(implicit sender: Signing): Future[Async]
  9. def acceptRegistrarTransfer(label: Bytes32, deed: Address, arg3: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  10. def addController(controller: Address)(implicit sender: Signing): Future[Async]
  11. def addController(controller: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  12. def approve(to: Address, tokenId: UInt256)(implicit sender: Signing): Future[Async]
  13. def approve(to: Address, tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def available(id: UInt256)(implicit sender: Signing): Future[Async]
  16. def available(id: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  17. def balanceOf(owner: Address)(implicit sender: Signing): Future[Async]
  18. def balanceOf(owner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  19. def baseNode()(implicit sender: Signing): Future[Async]
  20. def baseNode(nonce: Nonce)(implicit sender: Signing): Future[Async]
  21. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. def controllers(arg1: Address)(implicit sender: Signing): Future[Async]
  23. def controllers(arg1: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  24. def ens()(implicit sender: Signing): Future[Async]
  25. def ens(nonce: Nonce)(implicit sender: Signing): Future[Async]
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def getApproved(tokenId: UInt256)(implicit sender: Signing): Future[Async]
  29. def getApproved(tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def isApprovedForAll(owner: Address, operator: Address)(implicit sender: Signing): Future[Async]
  33. def isApprovedForAll(owner: Address, operator: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isOwner()(implicit sender: Signing): Future[Async]
  36. def isOwner(nonce: Nonce)(implicit sender: Signing): Future[Async]
  37. def nameExpires(id: UInt256)(implicit sender: Signing): Future[Async]
  38. def nameExpires(id: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def owner()(implicit sender: Signing): Future[Async]
  43. def owner(nonce: Nonce)(implicit sender: Signing): Future[Async]
  44. def ownerOf(tokenId: UInt256)(implicit sender: Signing): Future[Async]
  45. def ownerOf(tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  46. def previousRegistrar()(implicit sender: Signing): Future[Async]
  47. def previousRegistrar(nonce: Nonce)(implicit sender: Signing): Future[Async]
  48. def reclaim(id: UInt256, owner: Address)(implicit sender: Signing): Future[Async]
  49. def reclaim(id: UInt256, owner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  50. def register(id: UInt256, owner: Address, duration: UInt256)(implicit sender: Signing): Future[Async]
  51. def register(id: UInt256, owner: Address, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  52. def removeController(controller: Address)(implicit sender: Signing): Future[Async]
  53. def removeController(controller: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  54. def renew(id: UInt256, duration: UInt256)(implicit sender: Signing): Future[Async]
  55. def renew(id: UInt256, duration: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  56. def renounceOwnership()(implicit sender: Signing): Future[Async]
  57. def renounceOwnership(nonce: Nonce)(implicit sender: Signing): Future[Async]
  58. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256)(implicit sender: Signing): Future[Async]
  59. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  60. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256, _data: Bytes)(implicit sender: Signing): Future[Async]
  61. def safeTransferFrom(from: Address, to: Address, tokenId: UInt256, _data: Bytes, nonce: Nonce)(implicit sender: Signing): Future[Async]
  62. def setApprovalForAll(to: Address, approved: Bool)(implicit sender: Signing): Future[Async]
  63. def setApprovalForAll(to: Address, approved: Bool, nonce: Nonce)(implicit sender: Signing): Future[Async]
  64. def setResolver(resolver: Address)(implicit sender: Signing): Future[Async]
  65. def setResolver(resolver: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  66. def supportsInterface(interfaceID: Bytes4)(implicit sender: Signing): Future[Async]
  67. def supportsInterface(interfaceID: Bytes4, nonce: Nonce)(implicit sender: Signing): Future[Async]
  68. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. def transferFrom(from: Address, to: Address, tokenId: UInt256)(implicit sender: Signing): Future[Async]
  71. def transferFrom(from: Address, to: Address, tokenId: UInt256, nonce: Nonce)(implicit sender: Signing): Future[Async]
  72. def transferOwnership(newOwner: Address)(implicit sender: Signing): Future[Async]
  73. def transferOwnership(newOwner: Address, nonce: Nonce)(implicit sender: Signing): Future[Async]
  74. def transferPeriodEnds()(implicit sender: Signing): Future[Async]
  75. def transferPeriodEnds(nonce: Nonce)(implicit sender: Signing): Future[Async]
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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