Packages

implicit object ByteArrayIsSource extends Source[Array[Byte]]

Linear Supertypes
Source[Array[Byte]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ByteArrayIsSource
  2. Source
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def toEthAddress(arr: Array[Byte]): EthAddress

    May throw if the instance of T cannot be converted

    May throw if the instance of T cannot be converted

    Definition Classes
    ByteArrayIsSourceSource