PrivateKey.fromBytes constructor

PrivateKey.fromBytes(
  1. Uint8List bytes
)

Create PrivateKey from bytes

Implementation

PrivateKey.fromBytes(Uint8List bytes) : this(Utilities.bytesToBigInt(bytes));