c
com.mchange.sc.v2.ens.AsyncClient
RegistrarManagedDomain
Companion object RegistrarManagedDomain
final class RegistrarManagedDomain extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegistrarManagedDomain
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RegistrarManagedDomain(domain: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def commit[S](signer: S, commitment: Commitment, forceNonce: Option[BigInt] = None)(implicit arg0: Source[S]): Future[Async]
- def commitmentTimestamp(commitment: Commitment): Future[Instant]
- val domain: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val hasValidRegistrar: Future[Boolean]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isAvailable(name: String): Future[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isValid(name: String): Future[Boolean]
- def makeCommitment[T](name: String, owner: T, mbSecret: Option[Seq[Byte]] = None)(implicit arg0: Source[T]): Future[Commitment]
- def maxCommitmentAgeInSeconds: Future[BigInt]
- lazy val maybeDomainRegistrarAddress: Future[Either[Throwable, EthAddress]]
- def migrateFromPredecessor[S](signer: S, name: String, forceNonce: Option[BigInt] = None)(implicit arg0: Source[S]): Future[Async]
- def minCommitmentAgeInSeconds: Future[BigInt]
- def minRegistrationDurationInSeconds: Future[BigInt]
- def nameExpires(name: String): Future[Option[Instant]]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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]
- 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]
- 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]
- 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]
- def renew[S](signer: S, name: String, durationInSeconds: BigInt, paymentInWei: BigInt, forceNonce: Option[BigInt] = None)(implicit arg0: Source[S]): Future[Async]
- def rentPriceInWei(name: String, durationInSeconds: BigInt): Future[BigInt]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated