Sha256: 6091efe201a9ea574eb7d699e14ec36748b878bbe0dfc32e75697e264ae05fd9

Contents?: true

Size: 803 Bytes

Versions: 10

Compression:

Stored size: 803 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
#   
#       // 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 TrustLines can be cleared
#       // otherwise, authorization cannot be revoked
#       AUTH_REVOCABLE_FLAG = 0x2
#   };
#
# ===========================================================================
module Stellar
  class AccountFlags < XDR::Enum
    member :auth_required_flag,  1
    member :auth_revocable_flag, 2

    seal
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
stellar-base-0.5.0 generated/stellar/account_flags.rb
stellar-base-0.4.0 generated/stellar/account_flags.rb
open-core-0.3.0 generated/stellar/account_flags.rb
stellar-base-0.3.0 generated/stellar/account_flags.rb
stellar-base-0.2.0 generated/stellar/account_flags.rb
stellar-base-0.1.4 generated/stellar/account_flags.rb
stellar-base-0.1.3 generated/stellar/account_flags.rb
stellar-base-0.1.2 generated/stellar/account_flags.rb
stellar-base-0.1.1 generated/stellar/account_flags.rb
stellar-base-0.1.0 generated/stellar/account_flags.rb