changedInput schema / examples
Previous value: -[
- {
- "receipt": {
- "amount": "0",
- "input_hash": "0x…",
- "nonce": "0x…",
- "output_hash": "0x…",
- "payer": "0x…",
- "recipient": "0x…",
- "signature": "0x…",
- "signer": "0x…",
- "tier": "free",
- "tool": "iban-check",
- "tool_version": "1",
- "ts": 0,
- "v": "XDR-1"
- }
- }
-]New value: +[
+ {
+ "receipt": {
+ "amount": "0",
+ "input_hash": "0x…",
+ "nonce": "0x…",
+ "output_hash": "0x…",
+ "payer": "0xc59c85e661d34084a7769f955d17fd38254a6235",
+ "recipient": "0xc59c85e661d34084a7769f955d17fd38254a6235",
+ "signature": "0x…",
+ "signer": "0xa036e2e3e19c6d02f30b3a9eb0acd057e6d9a5c8",
+ "tier": "free",
+ "tool": "iban-check",
+ "tool_version": "1",
+ "ts": 0,
+ "v": "XDR-1"
+ }
+ }
+]