generated/stellar-base-generated.rb in stellar-base-0.12.0 vs generated/stellar-base-generated.rb in stellar-base-0.13.0

- old
+ new

@@ -39,13 +39,16 @@ autoload :Price autoload :ThresholdIndexes autoload :LedgerEntryType autoload :Signer autoload :AccountFlags + MASK_ACCOUNT_FLAGS = 0x7 autoload :AccountEntry autoload :TrustLineFlags + MASK_TRUSTLINE_FLAGS = 1 autoload :TrustLineEntry autoload :OfferEntryFlags + MASK_OFFERENTRY_FLAGS = 1 autoload :OfferEntry autoload :DataEntry autoload :LedgerEntry autoload :EnvelopeType end