Object/Trait

com.mchange.sc.v1.consuela.ethereum.ethabi

Encoder

Related Docs: trait Encoder | package ethabi

Permalink

object Encoder

We currently handle the following solidity types...

address bool byte bytes1 to bytes32 uint8, uint16, uint24 ... uint256 int8, int16, int24 ... int256

bytes string ufixed(MxN) fixed(MxN)

<any-type>[N] <any-type>[]

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

Type Members

  1. abstract class AbstractByteString extends Encoder[Seq[Byte]]

    Permalink
  2. case class ArrayRep(elementTypeName: String, items: Seq[Any]) extends Product with Serializable

    Permalink
  3. final class DynamicArray extends Encoder[ArrayRep]

    Permalink
  4. final class FixedLengthArray extends Encoder[ArrayRep]

    Permalink
  5. abstract class FixedLengthRepresentation[REP] extends Encoder[REP]

    Permalink
  6. final class PredefinedByteArray extends FixedLengthRepresentation[Seq[Byte]]

    Permalink
  7. final class SInt extends FixedLengthRepresentation[BigInt]

    Permalink
  8. final class UInt extends FixedLengthRepresentation[BigInt]

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Address extends Encoder[EthAddress]

    Permalink
  5. object Bool extends FixedLengthRepresentation[Boolean]

    Permalink
  6. object Bytes extends AbstractByteString

    Permalink
  7. val DynamicHeadSize: Int

    Permalink
  8. lazy val Int256: Encoder[BigInt]

    Permalink
  9. val SoloByte: FixedLengthRepresentation[Byte] { val inner: com.mchange.sc.v1.consuela.ethereum.ethabi.Encoder.PredefinedByteArray }

    Permalink
  10. lazy val UInt256: Encoder[BigInt]

    Permalink
  11. object UTF8String extends AbstractByteString

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  14. def encoderForSolidityType(rawTypeName: String): Option[Encoder[_]]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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 AnyRef

Inherited from Any

Ungrouped