Map<String, dynamic> toJson() { return { 'address': address, 'amount': amount, 'index': index, 'validatorIndex': validatorIndex, }; }