stellar-base 0.0.18 → 0.0.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. checksums.yaml +4 -4
  2. data/generated/stellar-base-generated.rb +56 -102
  3. data/generated/stellar/account_entry.rb +18 -5
  4. data/generated/stellar/account_entry/ext.rb +24 -0
  5. data/generated/stellar/account_flags.rb +2 -2
  6. data/generated/stellar/account_merge_result.rb +2 -2
  7. data/generated/stellar/account_merge_result_code.rb +2 -2
  8. data/generated/stellar/allow_trust_op.rb +2 -2
  9. data/generated/stellar/allow_trust_op/currency.rb +2 -2
  10. data/generated/stellar/allow_trust_result.rb +2 -2
  11. data/generated/stellar/allow_trust_result_code.rb +2 -2
  12. data/generated/stellar/bucket_entry.rb +2 -2
  13. data/generated/stellar/bucket_entry_type.rb +2 -2
  14. data/generated/stellar/change_trust_op.rb +2 -2
  15. data/generated/stellar/change_trust_result.rb +2 -2
  16. data/generated/stellar/change_trust_result_code.rb +2 -2
  17. data/generated/stellar/claim_offer_atom.rb +2 -2
  18. data/generated/stellar/create_account_op.rb +2 -2
  19. data/generated/stellar/create_account_result.rb +2 -2
  20. data/generated/stellar/create_account_result_code.rb +10 -10
  21. data/generated/stellar/create_passive_offer_op.rb +2 -2
  22. data/generated/stellar/crypto_key_type.rb +20 -0
  23. data/generated/stellar/currency.rb +2 -2
  24. data/generated/stellar/currency/alpha_num.rb +2 -2
  25. data/generated/stellar/currency_type.rb +2 -2
  26. data/generated/stellar/decorated_signature.rb +6 -6
  27. data/generated/stellar/dont_have.rb +2 -2
  28. data/generated/stellar/envelope_type.rb +22 -0
  29. data/generated/stellar/error.rb +2 -2
  30. data/generated/stellar/hello.rb +10 -8
  31. data/generated/stellar/inflation_payout.rb +3 -3
  32. data/generated/stellar/inflation_result.rb +3 -3
  33. data/generated/stellar/inflation_result_code.rb +2 -2
  34. data/generated/stellar/ledger_entry.rb +2 -4
  35. data/generated/stellar/ledger_entry_change.rb +2 -2
  36. data/generated/stellar/ledger_entry_change_type.rb +2 -2
  37. data/generated/stellar/ledger_entry_type.rb +2 -2
  38. data/generated/stellar/ledger_header.rb +28 -12
  39. data/generated/stellar/ledger_header/ext.rb +24 -0
  40. data/generated/stellar/ledger_header_history_entry.rb +15 -2
  41. data/generated/stellar/ledger_header_history_entry/ext.rb +24 -0
  42. data/generated/stellar/ledger_key.rb +2 -2
  43. data/generated/stellar/ledger_key/account.rb +2 -2
  44. data/generated/stellar/ledger_key/offer.rb +2 -2
  45. data/generated/stellar/ledger_key/trust_line.rb +2 -2
  46. data/generated/stellar/ledger_upgrade.rb +27 -0
  47. data/generated/stellar/ledger_upgrade_type.rb +22 -0
  48. data/generated/stellar/manage_offer_effect.rb +2 -2
  49. data/generated/stellar/manage_offer_op.rb +2 -2
  50. data/generated/stellar/manage_offer_result.rb +2 -2
  51. data/generated/stellar/manage_offer_result_code.rb +25 -21
  52. data/generated/stellar/manage_offer_success_result.rb +2 -2
  53. data/generated/stellar/manage_offer_success_result/offer.rb +2 -2
  54. data/generated/stellar/memo.rb +2 -2
  55. data/generated/stellar/memo_type.rb +2 -2
  56. data/generated/stellar/message_type.rb +2 -2
  57. data/generated/stellar/offer_entry.rb +15 -2
  58. data/generated/stellar/offer_entry/ext.rb +24 -0
  59. data/generated/stellar/offer_entry_flags.rb +2 -2
  60. data/generated/stellar/operation.rb +4 -4
  61. data/generated/stellar/operation/body.rb +4 -4
  62. data/generated/stellar/operation_result.rb +2 -2
  63. data/generated/stellar/operation_result/tr.rb +2 -2
  64. data/generated/stellar/operation_result_code.rb +2 -2
  65. data/generated/stellar/operation_type.rb +2 -2
  66. data/generated/stellar/path_payment_op.rb +2 -2
  67. data/generated/stellar/path_payment_result.rb +2 -2
  68. data/generated/stellar/path_payment_result/success.rb +2 -2
  69. data/generated/stellar/path_payment_result_code.rb +23 -20
  70. data/generated/stellar/payment_op.rb +2 -2
  71. data/generated/stellar/payment_result.rb +2 -2
  72. data/generated/stellar/payment_result_code.rb +19 -15
  73. data/generated/stellar/peer_address.rb +2 -2
  74. data/generated/stellar/price.rb +2 -2
  75. data/generated/stellar/public_key.rb +23 -0
  76. data/generated/stellar/scp_ballot.rb +2 -2
  77. data/generated/stellar/scp_envelope.rb +2 -4
  78. data/generated/stellar/scp_nomination.rb +22 -0
  79. data/generated/stellar/scp_quorum_set.rb +4 -4
  80. data/generated/stellar/scp_statement.rb +33 -16
  81. data/generated/stellar/scp_statement/pledges.rb +38 -14
  82. data/generated/stellar/scp_statement/pledges/confirm.rb +28 -0
  83. data/generated/stellar/scp_statement/pledges/externalize.rb +28 -0
  84. data/generated/stellar/scp_statement/pledges/prepare.rb +14 -6
  85. data/generated/stellar/scp_statement_type.rb +10 -10
  86. data/generated/stellar/set_options_op.rb +11 -4
  87. data/generated/stellar/set_options_result.rb +2 -2
  88. data/generated/stellar/set_options_result_code.rb +16 -12
  89. data/generated/stellar/signer.rb +4 -4
  90. data/generated/stellar/simple_payment_result.rb +2 -2
  91. data/generated/stellar/stellar_message.rb +2 -2
  92. data/generated/stellar/stellar_value.rb +40 -0
  93. data/generated/stellar/stellar_value/ext.rb +24 -0
  94. data/generated/stellar/threshold_indexes.rb +26 -0
  95. data/generated/stellar/time_bounds.rb +2 -2
  96. data/generated/stellar/transaction.rb +17 -4
  97. data/generated/stellar/transaction/ext.rb +24 -0
  98. data/generated/stellar/transaction_envelope.rb +2 -2
  99. data/generated/stellar/transaction_history_entry.rb +15 -2
  100. data/generated/stellar/transaction_history_entry/ext.rb +24 -0
  101. data/generated/stellar/transaction_history_result_entry.rb +15 -2
  102. data/generated/stellar/transaction_history_result_entry/ext.rb +24 -0
  103. data/generated/stellar/transaction_meta.rb +2 -2
  104. data/generated/stellar/transaction_result.rb +12 -2
  105. data/generated/stellar/transaction_result/ext.rb +24 -0
  106. data/generated/stellar/transaction_result/result.rb +2 -2
  107. data/generated/stellar/transaction_result_code.rb +2 -2
  108. data/generated/stellar/transaction_result_pair.rb +2 -2
  109. data/generated/stellar/transaction_result_set.rb +4 -4
  110. data/generated/stellar/transaction_set.rb +4 -4
  111. data/generated/stellar/trust_line_entry.rb +15 -2
  112. data/generated/stellar/trust_line_entry/ext.rb +24 -0
  113. data/generated/stellar/trust_line_flags.rb +2 -2
  114. data/lib/stellar/base/version.rb +1 -1
  115. data/lib/stellar/currency.rb +1 -1
  116. data/lib/stellar/key_pair.rb +14 -5
  117. data/lib/stellar/operation.rb +7 -7
  118. data/lib/stellar/transaction.rb +15 -3
  119. data/lib/stellar/transaction_envelope.rb +1 -1
  120. data/ruby-stellar-base.gemspec +1 -1
  121. data/spec/lib/stellar/key_pair_spec.rb +40 -9
  122. data/spec/lib/stellar/transaction_envelope_spec.rb +2 -2
  123. data/spec/lib/stellar/transaction_spec.rb +6 -6
  124. data/tasks/xdr.rake +11 -8
  125. data/xdr/Stellar-SCP.x +87 -0
  126. data/xdr/Stellar-ledger-entries.x +80 -6
  127. data/xdr/Stellar-ledger.x +87 -8
  128. data/xdr/Stellar-overlay.x +3 -16
  129. data/xdr/Stellar-transaction.x +66 -39
  130. data/xdr/Stellar-types.x +17 -29
  131. data/xdr/StellarXDR.x +1 -1
  132. metadata +25 -7
  133. data/generated/stellar/stellar_ballot.rb +0 -22
  134. data/generated/stellar/stellar_ballot_value.rb +0 -22
  135. data/xdr/SCPXDR.x +0 -67
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -11,21 +11,21 @@ require 'xdr'
11
11
  # CREATE_ACCOUNT_SUCCESS = 0, // account was created
12
12
  #
13
13
  # // codes considered as "failure" for the operation
14
- # CREATE_ACCOUNT_MALFORMED = 1, // invalid destination
15
- # CREATE_ACCOUNT_UNDERFUNDED = 2, // not enough funds in source account
14
+ # CREATE_ACCOUNT_MALFORMED = -1, // invalid destination
15
+ # CREATE_ACCOUNT_UNDERFUNDED = -2, // not enough funds in source account
16
16
  # CREATE_ACCOUNT_LOW_RESERVE =
17
- # 3, // would create an account below the min reserve
18
- # CREATE_ACCOUNT_ALREADY_EXIST = 4 // account already exists
17
+ # -3, // would create an account below the min reserve
18
+ # CREATE_ACCOUNT_ALREADY_EXIST = -4 // account already exists
19
19
  # };
20
20
  #
21
21
  # ===========================================================================
22
22
  module Stellar
23
23
  class CreateAccountResultCode < XDR::Enum
24
24
  member :create_account_success, 0
25
- member :create_account_malformed, 1
26
- member :create_account_underfunded, 2
27
- member :create_account_low_reserve, 3
28
- member :create_account_already_exist, 4
25
+ member :create_account_malformed, -1
26
+ member :create_account_underfunded, -2
27
+ member :create_account_low_reserve, -3
28
+ member :create_account_already_exist, -4
29
29
 
30
30
  seal
31
31
  end
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-06-08T11:39:14-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -0,0 +1,20 @@
1
+ # This code was automatically generated using xdrgen
2
+ # DO NOT EDIT or your changes may be overwritten
3
+
4
+ require 'xdr'
5
+
6
+ # === xdr source ============================================================
7
+ #
8
+ # enum CryptoKeyType
9
+ # {
10
+ # KEY_TYPES_ED25519 = 0
11
+ # };
12
+ #
13
+ # ===========================================================================
14
+ module Stellar
15
+ class CryptoKeyType < XDR::Enum
16
+ member :key_types_ed25519, 0
17
+
18
+ seal
19
+ end
20
+ end
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,20 +1,20 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
7
7
  #
8
8
  # struct DecoratedSignature
9
9
  # {
10
- # opaque hint[4]; // first 4 bytes of the public key, used as a hint
11
- # uint512 signature; // actual signature
10
+ # SignatureHint hint; // first 4 bytes of the public key, used as a hint
11
+ # Signature signature; // actual signature
12
12
  # };
13
13
  #
14
14
  # ===========================================================================
15
15
  module Stellar
16
16
  class DecoratedSignature < XDR::Struct
17
- attribute :hint, XDR::Opaque[4]
18
- attribute :signature, Uint512
17
+ attribute :hint, SignatureHint
18
+ attribute :signature, Signature
19
19
  end
20
20
  end
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -0,0 +1,22 @@
1
+ # This code was automatically generated using xdrgen
2
+ # DO NOT EDIT or your changes may be overwritten
3
+
4
+ require 'xdr'
5
+
6
+ # === xdr source ============================================================
7
+ #
8
+ # enum EnvelopeType
9
+ # {
10
+ # ENVELOPE_TYPE_SCP = 1,
11
+ # ENVELOPE_TYPE_TX = 2
12
+ # };
13
+ #
14
+ # ===========================================================================
15
+ module Stellar
16
+ class EnvelopeType < XDR::Enum
17
+ member :envelope_type_scp, 1
18
+ member :envelope_type_tx, 2
19
+
20
+ seal
21
+ end
22
+ end
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,24 +1,26 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
7
7
  #
8
8
  # struct Hello
9
9
  # {
10
- # int protocolVersion;
10
+ # uint32 ledgerVersion;
11
+ # uint32 overlayVersion;
11
12
  # string versionStr<100>;
12
13
  # int listeningPort;
13
- # opaque peerID[32];
14
+ # NodeID peerID;
14
15
  # };
15
16
  #
16
17
  # ===========================================================================
17
18
  module Stellar
18
19
  class Hello < XDR::Struct
19
- attribute :protocol_version, XDR::Int
20
- attribute :version_str, XDR::String[100]
21
- attribute :listening_port, XDR::Int
22
- attribute :peer_id, XDR::Opaque[32]
20
+ attribute :ledger_version, Uint32
21
+ attribute :overlay_version, Uint32
22
+ attribute :version_str, XDR::String[100]
23
+ attribute :listening_port, XDR::Int
24
+ attribute :peer_id, NodeID
23
25
  end
24
26
  end
@@ -1,11 +1,11 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
7
7
  #
8
- # struct inflationPayout // or use PaymentResultAtom to limit types?
8
+ # struct InflationPayout // or use PaymentResultAtom to limit types?
9
9
  # {
10
10
  # AccountID destination;
11
11
  # int64 amount;
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -8,7 +8,7 @@ require 'xdr'
8
8
  # union InflationResult switch (InflationResultCode code)
9
9
  # {
10
10
  # case INFLATION_SUCCESS:
11
- # inflationPayout payouts<>;
11
+ # InflationPayout payouts<>;
12
12
  # default:
13
13
  # void;
14
14
  # };
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -9,10 +9,8 @@ require 'xdr'
9
9
  # {
10
10
  # case ACCOUNT:
11
11
  # AccountEntry account;
12
- #
13
12
  # case TRUSTLINE:
14
13
  # TrustLineEntry trustLine;
15
- #
16
14
  # case OFFER:
17
15
  # OfferEntry offer;
18
16
  # };
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-14T08:36:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-14T08:36:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -1,19 +1,19 @@
1
- # Automatically generated on 2015-06-08T11:39:14-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
7
7
  #
8
8
  # struct LedgerHeader
9
9
  # {
10
+ # uint32 ledgerVersion; // the protocol version of the ledger
10
11
  # Hash previousLedgerHash; // hash of the previous ledger header
11
- # Hash txSetHash; // the tx set that was SCP confirmed
12
+ # StellarValue scpValue; // what consensus agreed to
12
13
  # Hash txSetResultHash; // the TransactionResultSet that led to this ledger
13
14
  # Hash bucketListHash; // hash of the ledger state
14
15
  #
15
16
  # uint32 ledgerSeq; // sequence number of this ledger
16
- # uint64 closeTime; // network close time
17
17
  #
18
18
  # int64 totalCoins; // total number of stroops in existence
19
19
  #
@@ -22,28 +22,44 @@ require 'xdr'
22
22
  #
23
23
  # uint64 idPool; // last used global ID, used for generating objects
24
24
  #
25
- # int32 baseFee; // base fee per operation in stroops
26
- # int32 baseReserve; // account base reserve in stroops
25
+ # uint32 baseFee; // base fee per operation in stroops
26
+ # uint32 baseReserve; // account base reserve in stroops
27
+ #
28
+ # Hash skipList[4]; // hashes of ledgers in the past. allows you to jump back
29
+ # // in time without walking the chain back ledger by ledger
30
+ # // each slot contains the oldest ledger that is mod of
31
+ # // either 50 5000 50000 or 500000 depending on index
32
+ # // skipList[0] mod(50), skipList[1] mod(5000), etc
27
33
  #
28
- # Hash skipList[4]; // hashes of ledgers in the past. allows you to jump back
29
- # // in time without walking the chain back ledger by ledger
34
+ # // reserved for future use
35
+ # union switch (int v)
36
+ # {
37
+ # case 0:
38
+ # void;
39
+ # }
40
+ # ext;
30
41
  # };
31
42
  #
32
43
  # ===========================================================================
33
44
  module Stellar
34
45
  class LedgerHeader < XDR::Struct
46
+ include XDR::Namespace
47
+
48
+ autoload :Ext
49
+
50
+ attribute :ledger_version, Uint32
35
51
  attribute :previous_ledger_hash, Hash
36
- attribute :tx_set_hash, Hash
52
+ attribute :scp_value, StellarValue
37
53
  attribute :tx_set_result_hash, Hash
38
54
  attribute :bucket_list_hash, Hash
39
55
  attribute :ledger_seq, Uint32
40
- attribute :close_time, Uint64
41
56
  attribute :total_coins, Int64
42
57
  attribute :fee_pool, Int64
43
58
  attribute :inflation_seq, Uint32
44
59
  attribute :id_pool, Uint64
45
- attribute :base_fee, Int32
46
- attribute :base_reserve, Int32
60
+ attribute :base_fee, Uint32
61
+ attribute :base_reserve, Uint32
47
62
  attribute :skip_list, XDR::Array[Hash, 4]
63
+ attribute :ext, Ext
48
64
  end
49
65
  end
@@ -0,0 +1,24 @@
1
+ # This code was automatically generated using xdrgen
2
+ # DO NOT EDIT or your changes may be overwritten
3
+
4
+ require 'xdr'
5
+
6
+ # === xdr source ============================================================
7
+ #
8
+ # union switch (int v)
9
+ # {
10
+ # case 0:
11
+ # void;
12
+ # }
13
+ #
14
+ # ===========================================================================
15
+ module Stellar
16
+ class LedgerHeader
17
+ class Ext < XDR::Union
18
+ switch_on XDR::Int, :v
19
+
20
+ switch 0
21
+
22
+ end
23
+ end
24
+ end
@@ -1,6 +1,6 @@
1
- # Automatically generated on 2015-05-13T15:00:04-07:00
1
+ # This code was automatically generated using xdrgen
2
2
  # DO NOT EDIT or your changes may be overwritten
3
-
3
+
4
4
  require 'xdr'
5
5
 
6
6
  # === xdr source ============================================================
@@ -9,12 +9,25 @@ require 'xdr'
9
9
  # {
10
10
  # Hash hash;
11
11
  # LedgerHeader header;
12
+ #
13
+ # // reserved for future use
14
+ # union switch (int v)
15
+ # {
16
+ # case 0:
17
+ # void;
18
+ # }
19
+ # ext;
12
20
  # };
13
21
  #
14
22
  # ===========================================================================
15
23
  module Stellar
16
24
  class LedgerHeaderHistoryEntry < XDR::Struct
25
+ include XDR::Namespace
26
+
27
+ autoload :Ext
28
+
17
29
  attribute :hash, Hash
18
30
  attribute :header, LedgerHeader
31
+ attribute :ext, Ext
19
32
  end
20
33
  end