PrivateKey constructor

PrivateKey(
  1. List<int> bytes
)

Implementation

PrivateKey(this.bytes);