generated/stellar/ledger_entry.rb in stellar-base-0.29.0 vs generated/stellar/ledger_entry.rb in stellar-base-0.30.0

- old
+ new

@@ -19,9 +19,11 @@ # OfferEntry offer; # case DATA: # DataEntry data; # case CLAIMABLE_BALANCE: # ClaimableBalanceEntry claimableBalance; +# case LIQUIDITY_POOL: +# LiquidityPoolEntry liquidityPool; # } # data; # # // reserved for future use # union switch (int v)