Converts the SegwitAddress instance to a JSON map.
Map<String, dynamic> toJson() { return { 'HRP': hrp, 'VERSION': version, }; }