Sha256: 57cadbef08d46e147a85046ea59faf5b780ec35eea7eb1c0274e5332233749a9

Contents?: true

Size: 560 Bytes

Versions: 11

Compression:

Stored size: 560 Bytes

Contents

# Automatically generated on 2015-05-13T15:00:04-07:00
# DO NOT EDIT or your changes may be overwritten
        
require 'xdr'

# === xdr source ============================================================
#
#   struct inflationPayout // or use PaymentResultAtom to limit types?
#   {
#       AccountID destination;
#       int64 amount;
#   };
#
# ===========================================================================
module Stellar
  class InflationPayout < XDR::Struct
    attribute :destination, AccountID
    attribute :amount,      Int64
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
stellar-base-0.0.18 generated/stellar/inflation_payout.rb
stellar-base-0.0.17 generated/stellar/inflation_payout.rb
stellar-base-0.0.16 generated/stellar/inflation_payout.rb
stellar-base-0.0.15 generated/stellar/inflation_payout.rb
stellar-base-0.0.14 generated/stellar/inflation_payout.rb
stellar-base-0.0.13 generated/stellar/inflation_payout.rb
stellar-base-0.0.12 generated/stellar/inflation_payout.rb
stellar-base-0.0.11 generated/stellar/inflation_payout.rb
stellar-base-0.0.10 generated/stellar/inflation_payout.rb
stellar-base-0.0.9 generated/stellar/inflation_payout.rb
stellar-base-0.0.8 generated/stellar/inflation_payout.rb