toBytes method

Uint8List toBytes()

Returns this Pubkey as a byte array.

Implementation

Uint8List toBytes() {
  return _value.toUint8List(nacl.pubkeyLength);
}