generated/stellar/ledger_entry.rb in stellar-base-0.10.0 vs generated/stellar/ledger_entry.rb in stellar-base-0.11.0
- old
+ new
@@ -15,9 +15,11 @@
# AccountEntry account;
# case TRUSTLINE:
# TrustLineEntry trustLine;
# case OFFER:
# OfferEntry offer;
+# case DATA:
+# DataEntry data;
# }
# data;
#
# // reserved for future use
# union switch (int v)