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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- 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]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def encoderForSolidityType(rawTypeName: String): Option[Encoder[_]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Address extends Encoder[EthAddress]
- object Bool extends FixedLengthRepresentation[Boolean]
- object Bytes extends AbstractByteString
- object UTF8String extends AbstractByteString
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.