Convert the TronKey object to a JSON representation.
@override Map<String, dynamic> toJson({bool visible = true}) { return {'address': address.toAddress(visible), 'weight': weight}; }