BSCAddress constructor

BSCAddress(
  1. Uint8List addressBytes
)

An ethereum address from the raw address bytes.

Implementation

BSCAddress(this.addressBytes) : assert(addressBytes.length == addressByteLength);