Sha256: ea77d2f04f25bcc64d0176f7ee547d26fc0588670b40eaef8642ca6953d167fd
Contents?: true
Size: 671 Bytes
Versions: 2
Compression:
Stored size: 671 Bytes
Contents
# Automatically generated on 2015-04-26T19:13:29-07:00 # 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/inflation_result.rb |
stellar-base-0.0.2 | generated/stellar/inflation_result.rb |