EvmAddr constructor

EvmAddr(
  1. Uint8List bytes
)

Implementation

EvmAddr(Uint8List bytes) : _data = copyCheckBytes(bytes, 20, 'address');