PublicKey constructor

PublicKey(
  1. Uint8List bytes
)

Implementation

PublicKey(this.bytes)
    : assert(bytes.length == 32, 'bad public key length: ${bytes.length}');