AbiType<T> class abstract

A type that can be encoded and decoded as specified in the solidity ABI, available at https://solidity.readthedocs.io/en/develop/abi-spec.html

Implementers

Constructors

AbiType()
Constructor.
const

Properties

encodingLength EncodingLengthInfo
Information about how long the encoding will be.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The name of this type, as it would appear in a method signature in the solidity ABI.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decode(ByteBuffer buffer, int offset) DecodingResult<T>
Decode.
encode(T data, LengthTrackingByteSink buffer) → void
Writes data into the buffer.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited