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
Ordering
- Alphabetic
- By Inheritance
Inherited
- Encoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class AbstractByteString extends Encoder[Seq[Byte]]
- case class ArrayRep(elementTypeName: String, items: Seq[Any]) extends Product with Serializable
- final class DynamicArray extends Encoder[ArrayRep]
- final class FixedLengthArray extends Encoder[ArrayRep]
- abstract class FixedLengthRepresentation[REP] extends Encoder[REP]
- final class PredefinedByteArray extends FixedLengthRepresentation[Seq[Byte]]
- final class SInt extends FixedLengthRepresentation[BigInt]
- final class UInt extends FixedLengthRepresentation[BigInt]
Value Members
- val DynamicHeadSize: Int
- lazy val Int256: Encoder[BigInt]
- val SoloByte: FixedLengthRepresentation[Byte] { val inner: com.mchange.sc.v1.consuela.ethereum.ethabi.Encoder.PredefinedByteArray }
- lazy val UInt256: Encoder[BigInt]
- def encoderForSolidityType(rawTypeName: String): Option[Encoder[_]]
- object Address extends Encoder[EthAddress]
- object Bool extends FixedLengthRepresentation[Boolean]
- object Bytes extends AbstractByteString
- object UTF8String extends AbstractByteString