Sha256: 397c6ec8211fdbd13ed7fb80d1fa631ef36433322c5c2e47233544948a4b12ef

Contents?: true

Size: 678 Bytes

Versions: 6

Compression:

Stored size: 678 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   union ClawbackClaimableBalanceResult switch (
#       ClawbackClaimableBalanceResultCode code)
#   {
#   case CLAWBACK_CLAIMABLE_BALANCE_SUCCESS:
#       void;
#   default:
#       void;
#   };
#
# ===========================================================================
module Stellar
  class ClawbackClaimableBalanceResult < XDR::Union
    switch_on ClawbackClaimableBalanceResultCode, :code

    switch :clawback_claimable_balance_success
    switch :default

  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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