Sha256: 059fb70e6641d61f1f173aae9f1bf6b301c317e4ee3bc6c45842002dc3f8e046

Contents?: true

Size: 635 Bytes

Versions: 6

Compression:

Stored size: 635 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   enum ClaimableBalanceFlags
#   {
#       // If set, the issuer account of the asset held by the claimable balance may
#       // clawback the claimable balance
#       CLAIMABLE_BALANCE_CLAWBACK_ENABLED_FLAG = 0x1
#   };
#
# ===========================================================================
module Stellar
  class ClaimableBalanceFlags < XDR::Enum
    member :claimable_balance_clawback_enabled_flag, 1

    seal
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/claimable_balance_flags.rb
stellar-base-0.31.0 generated/stellar/claimable_balance_flags.rb
stellar-base-0.30.0 generated/stellar/claimable_balance_flags.rb
stellar-base-0.29.0 generated/stellar/claimable_balance_flags.rb
stellar-base-0.28.0 generated/stellar/claimable_balance_flags.rb
stellar-base-0.27.0 generated/stellar/claimable_balance_flags.rb