Map<String, dynamic> toJson() => <String, dynamic>{ 'amount': amount, 'tokenAddress': tokenAddress, 'type': type, 'from': from, 'tokenId': tokenId };