generated/stellar/ledger_entry.rb in stellar-base-0.23.1 vs generated/stellar/ledger_entry.rb in stellar-base-0.24.0.pre.1
- old
+ new
@@ -17,17 +17,21 @@
# TrustLineEntry trustLine;
# case OFFER:
# OfferEntry offer;
# case DATA:
# DataEntry data;
+# case CLAIMABLE_BALANCE:
+# ClaimableBalanceEntry claimableBalance;
# }
# data;
#
# // reserved for future use
# union switch (int v)
# {
# case 0:
# void;
+# case 1:
+# LedgerEntryExtensionV1 v1;
# }
# ext;
# };
#
# ===========================================================================