generated/stellar/account_flags.rb in stellar-base-0.0.12 vs generated/stellar/account_flags.rb in stellar-base-0.0.13

- old
+ new

@@ -1,14 +1,19 @@ -# Automatically generated on 2015-05-13T15:00:04-07:00 +# Automatically generated on 2015-06-08T11:39:14-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # enum AccountFlags # { // masks for each flag +# +# // if set, TrustLines are created with authorized set to "false" +# // requiring the issuer to set it for each TrustLine # AUTH_REQUIRED_FLAG = 0x1, +# // if set, the authorized flag in TrustTines can be cleared +# // otherwise, authorization cannot be revoked # AUTH_REVOCABLE_FLAG = 0x2 # }; # # =========================================================================== module Stellar