Sha256: 18c110b8b14a38a781c3f4ebe07a7edddc1b58c984a57fff931acf22587470d2

Contents?: true

Size: 669 Bytes

Versions: 6

Compression:

Stored size: 669 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct ClaimableBalanceEntryExtensionV1
#   {
#       union switch (int v)
#       {
#       case 0:
#           void;
#       }
#       ext;
#   
#       uint32 flags; // see ClaimableBalanceFlags
#   };
#
# ===========================================================================
module Stellar
  class ClaimableBalanceEntryExtensionV1 < XDR::Struct
    include XDR::Namespace

    autoload :Ext

    attribute :ext,   Ext
    attribute :flags, Uint32
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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