toJson method

  1. @override
Map<String, dynamic> toJson()
override

Converts the data to a JSON representation.

Implementation

@override
Map<String, dynamic> toJson() {
  return {"tx_bytes": BytesUtils.toHexString(txBytes)};
}