EthereumAddress constructor

const EthereumAddress(
  1. Uint8List addressBytes
)

An ethereum address from the raw address bytes.

Implementation

const EthereumAddress(this.addressBytes)
    : assert(addressBytes.length == addressByteLength);