Sha256: 5f85cfb91aa0d1c5bb14c15520881991cc7737bb76c92ccc18072c89e931d216
Contents?: true
Size: 481 Bytes
Versions: 2
Compression:
Stored size: 481 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # enum AccountFlags # { // masks for each flag # AUTH_REQUIRED_FLAG = 0x1 # }; # # =========================================================================== module Stellar class AccountFlags < XDR::Enum member :auth_required_flag, 1 seal end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/account_flags.rb |
stellar-base-0.0.2 | generated/stellar/account_flags.rb |