Sha256: 3505ce82be57cfdd016c22fdbcb520c54f4d1873469e5325935b755a6db79689

Contents?: true

Size: 594 Bytes

Versions: 10

Compression:

Stored size: 594 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   union ClaimableBalanceID switch (ClaimableBalanceIDType type)
#   {
#   case CLAIMABLE_BALANCE_ID_TYPE_V0:
#       Hash v0;
#   };
#
# ===========================================================================
module Stellar
  class ClaimableBalanceID < XDR::Union
    switch_on ClaimableBalanceIDType, :type

    switch :claimable_balance_id_type_v0, :v0

    attribute :v0, Hash
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.31.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.30.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.29.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.28.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.27.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.26.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.25.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.24.0 generated/stellar/claimable_balance_id.rb
stellar-base-0.24.0.pre.1 generated/stellar/claimable_balance_id.rb