generated/stellar-base-generated.rb in stellar-base-0.0.20 vs generated/stellar-base-generated.rb in stellar-base-0.1.0
- old
+ new
@@ -23,12 +23,12 @@
AccountID = PublicKey
Thresholds = XDR::Opaque[4]
String32 = XDR::String[32]
SequenceNumber = Uint64
- autoload :CurrencyType
- autoload :Currency
+ autoload :AssetType
+ autoload :Asset
autoload :Price
autoload :ThresholdIndexes
autoload :LedgerEntryType
autoload :Signer
autoload :AccountFlags
@@ -105,10 +105,12 @@
autoload :TransactionHistoryEntry
autoload :TransactionHistoryResultEntry
autoload :LedgerHeaderHistoryEntry
autoload :LedgerEntryChangeType
autoload :LedgerEntryChange
+ LedgerEntryChanges = XDR::VarArray[LedgerEntryChange]
+ autoload :OperationMeta
autoload :TransactionMeta
end
module Stellar
include XDR::Namespace
@@ -116,12 +118,9 @@
autoload :Hello
autoload :PeerAddress
autoload :MessageType
autoload :DontHave
autoload :StellarMessage
-end
-module Stellar
- include XDR::Namespace
end
module Stellar
include XDR::Namespace
Value = XDR::VarOpaque[]