encodeJson method

Uint8List encodeJson()

UTF-8 JSON bytes of toWire.

Implementation

Uint8List encodeJson() => Uint8List.fromList(utf8.encode(jsonEncode(toWire())));