com.mchange.sc.v2

ens

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class AsyncClient extends AnyRef

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

  3. trait BidStore extends AnyRef

    All methods can throw Exceptions!

  4. class Client extends AnyRef

  5. class DirectoryBidStore extends BidStore

  6. class EnsException extends Exception

  7. case class FailedReveal(failure: Throwable, bid: Bid) extends Product with Serializable

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

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

  10. class MustBeOwnedException extends EnsException

  11. sealed abstract class NameStatus extends AnyRef

  12. class NoResolverSetException extends EnsException

  13. class OnlyOwnerException extends EnsException

  14. type Override = v1.consuela.ethereum.jsonrpc.Invoker.Override

  15. class RevealerIsNotBidderException extends EnsException

  16. class SomeRevealsFailedException extends EnsException

  17. class UnexpectedBidStoreStateException extends EnsException

Value Members

  1. object AsyncClient

  2. object BidStore

  3. object Client

  4. object DirectoryBidStore

    This is a toy bidstore.

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

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

  7. object NameStatus

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

  9. val StandardNameServiceAddress: EthAddress

  10. val StandardNameServicePublicResolver: EthAddress

  11. val StandardNameServiceReverseTld: String

  12. val StandardNameServiceTld: String

  13. implicit def bigDecimalToBigDecialEther(value: BigDecimal): BigDecimalEther

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

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

  16. package contract

  17. implicit def doubleToDoubleEther(value: Double): DoubleEther

    Definition Classes
    Denominations
  18. implicit def longToLongEther(value: Long): LongEther

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

  20. def normalizeNameForTld(name: String, tld: String): String

  21. def toBytes(nameComponent: String): Array[Byte]

Inherited from Denominations

Inherited from AnyRef

Inherited from Any

Ungrouped