Packages

package ens

See https://github.com/ethereum/EIPs/issues/137

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

Type Members

  1. class AsyncClient extends AnyRef
  2. class BadEnsPathException extends EnsException
  3. class BadRegistrarException extends EnsException
  4. case class Bid(bidHash: EthHash, simpleName: String, bidderAddress: EthAddress, valueInWei: BigInt, salt: Seq[Byte]) extends Product with Serializable
  5. class Client extends AnyRef
  6. final case class Commitment(hash: EthHash, secret: Bytes32) extends Product with Serializable
  7. class EnsException extends Exception
  8. type Markup = v1.consuela.ethereum.jsonrpc.Invoker.Markup
  9. type MarkupOrOverride = v1.consuela.ethereum.jsonrpc.Invoker.MarkupOrOverride
  10. class MustBeOwnedException extends EnsException
  11. class NoControllerSetException extends EnsException
  12. class NoRegistrarSetException extends EnsException
  13. class NoResolverSetException extends EnsException
  14. class OnlyOwnerException extends EnsException
  15. type Override = v1.consuela.ethereum.jsonrpc.Invoker.Override
  16. sealed trait ParsedPath extends AnyRef
  17. class UnsupportedInterfaceException extends EnsException

Value Members

  1. val Markup: v1.consuela.ethereum.jsonrpc.Invoker.Markup.type
  2. val MarkupOrOverride: v1.consuela.ethereum.jsonrpc.Invoker.MarkupOrOverride.type
  3. val OldStandardNameServiceAddress: EthAddress
  4. val Override: v1.consuela.ethereum.jsonrpc.Invoker.Override.type
  5. val StandardNameServiceAddress: EthAddress
  6. val StandardNameServiceDefaultPublicResolverName: String
  7. val StandardNameServiceReverseTld: String
  8. val StandardNameServiceTld: String
  9. implicit def bigDecimalToBigDecialEther(value: BigDecimal): BigDecimalEther
    Definition Classes
    Denominations
  10. implicit def bigIntToBigIntEther(value: BigInt): BigIntEther
    Definition Classes
    Denominations
  11. def componentHash(component: String): EthHash
  12. implicit def doubleToDoubleEther(value: Double): DoubleEther
    Definition Classes
    Denominations
  13. def labelhash(label: String): EthHash
  14. implicit def longToLongEther(value: Long): LongEther
    Definition Classes
    Denominations
  15. def namehash(name: String): EthHash
  16. def normalizeNameForTld(name: String, tld: String): String
  17. object AsyncClient
  18. object Client
  19. object Commitment extends Serializable
  20. object InterfaceId
  21. object ParsedPath

Inherited from Denominations

Inherited from AnyRef

Inherited from Any

Ungrouped