Packages

final class RegistrarManagedDomain extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegistrarManagedDomain
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegistrarManagedDomain(domain: String)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def commit[S](signer: S, commitment: Commitment, forceNonce: Option[BigInt] = None)(implicit arg0: Source[S]): Future[Async]
  7. def commitmentTimestamp(commitment: Commitment): Future[Instant]
  8. val domain: String
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. lazy val hasValidRegistrar: Future[Boolean]
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def isAvailable(name: String): Future[Boolean]
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isValid(name: String): Future[Boolean]
  17. def makeCommitment[T](name: String, owner: T, mbSecret: Option[Seq[Byte]] = None)(implicit arg0: Source[T]): Future[Commitment]
  18. def maxCommitmentAgeInSeconds: Future[BigInt]
  19. lazy val maybeDomainRegistrarAddress: Future[Either[Throwable, EthAddress]]
  20. def migrateFromPredecessor[S](signer: S, name: String, forceNonce: Option[BigInt] = None)(implicit arg0: Source[S]): Future[Async]
  21. def minCommitmentAgeInSeconds: Future[BigInt]
  22. def minRegistrationDurationInSeconds: Future[BigInt]
  23. def nameExpires(name: String): Future[Option[Instant]]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def register[S, T](signer: S, name: String, owner: T, durationInSeconds: BigInt, secret: Seq[Byte], paymentInWei: BigInt)(implicit arg0: Source[S], arg1: Source[T]): Future[Async]
  28. def register[S, T](signer: S, name: String, owner: T, durationInSeconds: BigInt, secret: Seq[Byte], paymentInWei: BigInt, forceNonce: Option[BigInt])(implicit arg0: Source[S], arg1: Source[T]): Future[Async]
  29. def register[S, T](signer: S, name: String, owner: T, durationInSeconds: BigInt, commitment: Commitment, paymentInWei: BigInt)(implicit arg0: Source[S], arg1: Source[T]): Future[Async]
  30. def register[S, T](signer: S, name: String, owner: T, durationInSeconds: BigInt, commitment: Commitment, paymentInWei: BigInt, forceNonce: Option[BigInt])(implicit arg0: Source[S], arg1: Source[T]): Future[Async]
  31. def renew[S](signer: S, name: String, durationInSeconds: BigInt, paymentInWei: BigInt, forceNonce: Option[BigInt] = None)(implicit arg0: Source[S]): Future[Async]
  32. def rentPriceInWei(name: String, durationInSeconds: BigInt): Future[BigInt]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  37. 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