PrivateKey constructor

PrivateKey(
  1. List<int> _bytes
)

Constructor from bytes

Implementation

PrivateKey(this._bytes) : assert(_bytes.length == Constants.PRIVATEKEYLENGTH);