com.mchange.sc.v1.consuela.ethereum

EthAddress

object EthAddress extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EthAddress
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class BadMixedCaseChecksumException extends EthereumException

  2. trait Source[-T] extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object BadMixedCaseChecksumException extends Serializable

  7. implicit object ByteArrayIsSource extends Source[Array[Byte]]

  8. val ByteLength: Int

  9. implicit object ByteSeqExact20IsSource extends Source[ByteSeqExact20]

  10. implicit object ByteSeqIsSource extends Source[Seq[Byte]]

  11. object EIP55

  12. implicit object EthAddressIsSource extends Source[EthAddress]

  13. implicit object ImmutableByteSeqIsSource extends Source[Seq[Byte]]

  14. object RSKIP60

  15. implicit object StringIsSource extends Source[String]

  16. val Zero: EthAddress

  17. def apply(bytes: Seq[Byte]): EthAddress

  18. def apply(bytes: Array[Byte]): EthAddress

  19. def apply(hexString: String): EthAddress

  20. def apply(pub: EthPublicKey): EthAddress

  21. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  23. def computeBytes(pub: EthPublicKey): ByteSeqExact20

  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def forContract(creator: EthAddress, nonce: Unsigned256): EthAddress

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  33. def parse(hexString: String): EthAddress

  34. def parse(hexString: String, mbChainId: Option[EthChainId], withOrWithoutChainIdIfPresent: Boolean): EthAddress

  35. def parsePermissively(hexString: String, mbChainId: Option[EthChainId]): EthAddress

  36. def parsePermissively(hexString: String, chainId: EthChainId): EthAddress

  37. def parseStrictly(hexString: String, mbChainId: Option[EthChainId]): EthAddress

  38. def parseStrictly(hexString: String, chainId: EthChainId): EthAddress

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped