generated/stellar/claimable_balance_entry.rb in stellar-base-0.26.0 vs generated/stellar/claimable_balance_entry.rb in stellar-base-0.27.0
- old
+ new
@@ -22,9 +22,11 @@
# // reserved for future use
# union switch (int v)
# {
# case 0:
# void;
+# case 1:
+# ClaimableBalanceEntryExtensionV1 v1;
# }
# ext;
# };
#
# ===========================================================================