Package

com.mchange.sc.v2

ens

Permalink

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

    Permalink
  2. class BadEnsPathException extends EnsException

    Permalink
  3. class BadRegistrarException extends EnsException

    Permalink
  4. case class Bid(bidHash: EthHash, simpleName: String, bidderAddress: EthAddress, valueInWei: BigInt, salt: Seq[Byte]) extends Product with Serializable

    Permalink
  5. class Client extends AnyRef

    Permalink
  6. final case class Commitment(hash: EthHash, secret: Bytes32) extends Product with Serializable

    Permalink
  7. class EnsException extends Exception

    Permalink
  8. type Markup = v1.consuela.ethereum.jsonrpc.Invoker.Markup

    Permalink
  9. type MarkupOrOverride = v1.consuela.ethereum.jsonrpc.Invoker.MarkupOrOverride

    Permalink
  10. class MustBeOwnedException extends EnsException

    Permalink
  11. class NoControllerSetException extends EnsException

    Permalink
  12. class NoRegistrarSetException extends EnsException

    Permalink
  13. class NoResolverSetException extends EnsException

    Permalink
  14. class OnlyOwnerException extends EnsException

    Permalink
  15. type Override = v1.consuela.ethereum.jsonrpc.Invoker.Override

    Permalink
  16. sealed trait ParsedPath extends AnyRef

    Permalink
  17. class UnsupportedInterfaceException extends EnsException

    Permalink

Value Members

  1. object AsyncClient

    Permalink
  2. object Client

    Permalink
  3. object Commitment extends Serializable

    Permalink
  4. object InterfaceId

    Permalink
  5. val Markup: v1.consuela.ethereum.jsonrpc.Invoker.Markup.type

    Permalink
  6. val MarkupOrOverride: v1.consuela.ethereum.jsonrpc.Invoker.MarkupOrOverride.type

    Permalink
  7. val OldStandardNameServiceAddress: EthAddress

    Permalink
  8. val Override: v1.consuela.ethereum.jsonrpc.Invoker.Override.type

    Permalink
  9. object ParsedPath

    Permalink
  10. val StandardNameServiceAddress: EthAddress

    Permalink
  11. val StandardNameServiceDefaultPublicResolverName: String

    Permalink
  12. val StandardNameServiceReverseTld: String

    Permalink
  13. val StandardNameServiceTld: String

    Permalink
  14. implicit def bigDecimalToBigDecialEther(value: BigDecimal): BigDecimalEther

    Permalink
    Definition Classes
    Denominations
  15. implicit def bigIntToBigIntEther(value: BigInt): BigIntEther

    Permalink
    Definition Classes
    Denominations
  16. def componentHash(component: String): EthHash

    Permalink
  17. package contract

    Permalink
  18. implicit def doubleToDoubleEther(value: Double): DoubleEther

    Permalink
    Definition Classes
    Denominations
  19. def labelhash(label: String): EthHash

    Permalink
  20. implicit def longToLongEther(value: Long): LongEther

    Permalink
    Definition Classes
    Denominations
  21. def namehash(name: String): EthHash

    Permalink
  22. def normalizeNameForTld(name: String, tld: String): String

    Permalink

Inherited from Denominations

Inherited from AnyRef

Inherited from Any

Ungrouped