generated/stellar/ledger_entry.rb in stellar-base-0.0.18 vs generated/stellar/ledger_entry.rb in stellar-base-0.0.19
- old
+ new
@@ -1,19 +1,17 @@
-# Automatically generated on 2015-05-13T15:00:04-07:00
+# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten
-
+
require 'xdr'
# === xdr source ============================================================
#
# union LedgerEntry switch (LedgerEntryType type)
# {
# case ACCOUNT:
# AccountEntry account;
-#
# case TRUSTLINE:
# TrustLineEntry trustLine;
-#
# case OFFER:
# OfferEntry offer;
# };
#
# ===========================================================================