helpers library
Classes
Properties
- zeroAddr → EthereumAddress
-
final
Functions
-
addrOrDefault(
EthereumAddress nullableAddr) → EthereumAddress -
waitFor<
T> (Future< T> fut_gen(), {Duration timeout = const Duration(milliseconds: 10 * 1000), num delta = 0.1}) → Future<T> -
zip<
S, T> (Iterable< S> ss, Iterable<T> ts) → List<Tuple2< S, T> >