Add exchange_tx chain object type
Gajumaru Serialization Tests / tests (push) Failing after 13m18s

This commit is contained in:
Ulf Wiger
2026-08-21 14:32:11 +02:00
parent bf9a13fd0f
commit 88f156a321
+2
View File
@@ -126,6 +126,7 @@ tag(account_auth_update_tx) -> 149;
tag(mint_tx) -> 150;
tag(account_currency_store) -> 151;
tag(account_currency_balance) -> 152;
tag(exchange_tx) -> 153;
tag(pof) -> 200;
tag(ac_side_withdraw_tx) -> 300;
tag(ac_side_rollup_tx) -> 301.
@@ -218,6 +219,7 @@ rev_tag(149) -> account_auth_update_tx;
rev_tag(150) -> mint_tx;
rev_tag(151) -> account_currency_store;
rev_tag(152) -> account_currency_balance;
rev_tag(153) -> exchange_tx;
rev_tag(200) -> pof;
rev_tag(300) -> ac_side_withdraw_tx;
rev_tag(301) -> ac_side_rollup_tx.