PublicKey constructor

PublicKey(
  1. List<int> _bytes
)

Constructor from bytes

Implementation

PublicKey(this._bytes) : assert(_bytes.length == Constants.PUBLICKEYLENGTH);