generated/stellar/trust_line_entry.rb in stellar-base-0.1.4 vs generated/stellar/trust_line_entry.rb in stellar-base-0.2.0

- old
+ new

@@ -6,10 +6,10 @@ # === xdr source ============================================================ # # struct TrustLineEntry # { # AccountID accountID; // account this trustline belongs to -# Asset asset; // type of asset (with issuer) +# Asset asset; // type of asset (with issuer) # int64 balance; // how much of this asset the user has. # // Asset defines the unit for this; # # int64 limit; // balance cannot be above this # uint32 flags; // see TrustLineFlags