Sha256: ba04b2442c113a29eb86e17b3e2b229554714219529539a62a17e3a3cab1eaf4

Contents?: true

Size: 661 Bytes

Versions: 48

Compression:

Stored size: 661 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   union InflationResult switch (InflationResultCode code)
#   {
#   case INFLATION_SUCCESS:
#       InflationPayout payouts<>;
#   default:
#       void;
#   };
#
# ===========================================================================
module Stellar
  class InflationResult < XDR::Union
    switch_on InflationResultCode, :code

    switch :inflation_success, :payouts
    switch :default

    attribute :payouts, XDR::VarArray[InflationPayout]
  end
end

Version data entries

48 entries across 48 versions & 3 rubygems

Version Path
stellar-base-0.17.0 generated/stellar/inflation_result.rb
stellar-base-0.16.0 generated/stellar/inflation_result.rb
stellar-base-0.15.0 generated/stellar/inflation_result.rb
stellar-base-0.14.0 generated/stellar/inflation_result.rb
stellar-base-0.13.0 generated/stellar/inflation_result.rb
stellar-base-0.12.0 generated/stellar/inflation_result.rb
stellar-base-0.11.0 generated/stellar/inflation_result.rb
auction-ruby-base-0.1.3 generated/stellar/inflation_result.rb
auction-ruby-base-0.1.2 generated/stellar/inflation_result.rb
auction-ruby-base-0.1.1 generated/stellar/inflation_result.rb
stellar-base-0.10.0 generated/stellar/inflation_result.rb
stellar-base-0.9.0 generated/stellar/inflation_result.rb
stellar-base-0.8.0 generated/stellar/inflation_result.rb
stellar-base-0.7.0 generated/stellar/inflation_result.rb
stellar-base-0.6.1 generated/stellar/inflation_result.rb
stellar-base-0.6.0 generated/stellar/inflation_result.rb
stellar-base-0.5.0 generated/stellar/inflation_result.rb
stellar-base-0.4.0 generated/stellar/inflation_result.rb
open-core-0.3.0 generated/stellar/inflation_result.rb
stellar-base-0.3.0 generated/stellar/inflation_result.rb