Sha256: 7286fc0bf2c819e9bbf43d365a6548dad39f32c410041d741af1e1fb1cf46057

Contents?: true

Size: 550 Bytes

Versions: 48

Compression:

Stored size: 550 Bytes

Contents

# This code was automatically generated using xdrgen
# 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

48 entries across 48 versions & 3 rubygems

Version Path
stellar-base-0.32.0 generated/stellar/inflation_payout.rb
stellar-base-0.31.0 generated/stellar/inflation_payout.rb
stellar-base-0.30.0 generated/stellar/inflation_payout.rb
stellar-base-0.29.0 generated/stellar/inflation_payout.rb
stellar-base-0.28.0 generated/stellar/inflation_payout.rb
stellar-base-0.27.0 generated/stellar/inflation_payout.rb
stellar-base-0.26.0 generated/stellar/inflation_payout.rb
stellar-base-0.25.0 generated/stellar/inflation_payout.rb
stellar-base-0.24.0 generated/stellar/inflation_payout.rb
stellar-base-0.24.0.pre.1 generated/stellar/inflation_payout.rb
stellar-base-0.23.1 generated/stellar/inflation_payout.rb
stellar-base-0.23.0 generated/stellar/inflation_payout.rb
stellar-base-0.23.0.rc2 generated/stellar/inflation_payout.rb
stellar-base-0.23.0.rc1 generated/stellar/inflation_payout.rb
stellar-base-0.23.0.pre1 generated/stellar/inflation_payout.rb
stellar-base-0.22.0 generated/stellar/inflation_payout.rb
stellar-base-0.21.0 generated/stellar/inflation_payout.rb
stellar-base-0.20.0 generated/stellar/inflation_payout.rb
stellar-base-0.19.0 generated/stellar/inflation_payout.rb
stellar-base-0.18.0 generated/stellar/inflation_payout.rb