web3dart/src/contracts/abi/arrays library

Classes

BaseArrayType<T>
Base class for (non-byte) arrays in solidity.
DynamicBytes
The solidity bytes type, which decodes byte arrays of arbitrary length.
DynamicLengthArray<T>
The solidity T[] type for arrays with an dynamic length.
FixedBytes
The bytes
FixedLengthArray<T>
The solidity T[k] type for arrays whose length is known.
FunctionType
StringType
The solidity string type, which utf-8 encodes strings