From 2cf18ef61c4c830e66ccccc95305789407112374 Mon Sep 17 00:00:00 2001 From: muzam1l Date: Mon, 27 Mar 2023 15:32:25 +0530 Subject: [PATCH] Add `Destination` field to Invoke transaction. --- content/transactions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/transactions.json b/content/transactions.json index 355ac09..4a42ef2 100644 --- a/content/transactions.json +++ b/content/transactions.json @@ -287,6 +287,10 @@ }, { "TransactionType": "Invoke", + "Destination": { + "$type": "account", + "$value": "" + }, "Fee": "12" }, {