Sha256: 8fc04de2e723f5df6b6be74fcbe4192ade4bd70b751869867d9e49bc273cf4b1

Contents?: true

Size: 966 Bytes

Versions: 30

Compression:

Stored size: 966 Bytes

Contents

# This code was automatically generated using xdrgen
# DO NOT EDIT or your changes may be overwritten

require 'xdr'

# === xdr source ============================================================
#
#   enum AccountFlags
#   { // masks for each flag
#   
#       // Flags set on issuer accounts
#       // 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 TrustLines can be cleared
#       // otherwise, authorization cannot be revoked
#       AUTH_REVOCABLE_FLAG = 0x2,
#       // Once set, causes all AUTH_* flags to be read-only
#       AUTH_IMMUTABLE_FLAG = 0x4
#   };
#
# ===========================================================================
module Stellar
  class AccountFlags < XDR::Enum
    member :auth_required_flag,  1
    member :auth_revocable_flag, 2
    member :auth_immutable_flag, 4

    seal
  end
end

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
stellar-base-0.26.0 generated/stellar/account_flags.rb
stellar-base-0.25.0 generated/stellar/account_flags.rb
stellar-base-0.24.0 generated/stellar/account_flags.rb
stellar-base-0.24.0.pre.1 generated/stellar/account_flags.rb
stellar-base-0.23.1 generated/stellar/account_flags.rb
stellar-base-0.23.0 generated/stellar/account_flags.rb
stellar-base-0.23.0.rc2 generated/stellar/account_flags.rb
stellar-base-0.23.0.rc1 generated/stellar/account_flags.rb
stellar-base-0.23.0.pre1 generated/stellar/account_flags.rb
stellar-base-0.22.0 generated/stellar/account_flags.rb
stellar-base-0.21.0 generated/stellar/account_flags.rb
stellar-base-0.20.0 generated/stellar/account_flags.rb
stellar-base-0.19.0 generated/stellar/account_flags.rb
stellar-base-0.18.0 generated/stellar/account_flags.rb
stellar-base-0.17.0 generated/stellar/account_flags.rb
stellar-base-0.16.0 generated/stellar/account_flags.rb
stellar-base-0.15.0 generated/stellar/account_flags.rb
stellar-base-0.14.0 generated/stellar/account_flags.rb
stellar-base-0.13.0 generated/stellar/account_flags.rb
stellar-base-0.12.0 generated/stellar/account_flags.rb