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.32.0 generated/stellar/inflation_result.rb
stellar-base-0.31.0 generated/stellar/inflation_result.rb
stellar-base-0.30.0 generated/stellar/inflation_result.rb
stellar-base-0.29.0 generated/stellar/inflation_result.rb
stellar-base-0.28.0 generated/stellar/inflation_result.rb
stellar-base-0.27.0 generated/stellar/inflation_result.rb
stellar-base-0.26.0 generated/stellar/inflation_result.rb
stellar-base-0.25.0 generated/stellar/inflation_result.rb
stellar-base-0.24.0 generated/stellar/inflation_result.rb
stellar-base-0.24.0.pre.1 generated/stellar/inflation_result.rb
stellar-base-0.23.1 generated/stellar/inflation_result.rb
stellar-base-0.23.0 generated/stellar/inflation_result.rb
stellar-base-0.23.0.rc2 generated/stellar/inflation_result.rb
stellar-base-0.23.0.rc1 generated/stellar/inflation_result.rb
stellar-base-0.23.0.pre1 generated/stellar/inflation_result.rb
stellar-base-0.22.0 generated/stellar/inflation_result.rb
stellar-base-0.21.0 generated/stellar/inflation_result.rb
stellar-base-0.20.0 generated/stellar/inflation_result.rb
stellar-base-0.19.0 generated/stellar/inflation_result.rb
stellar-base-0.18.0 generated/stellar/inflation_result.rb