Sha256: 66bbfb9fbeb0257c539f611f4834a712532d5cc4874fc7b6d482c6d46264b7b2

Contents?: true

Size: 569 Bytes

Versions: 46

Compression:

Stored size: 569 Bytes

Contents

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

require 'xdr'

# === xdr source ============================================================
#
#   struct SimplePaymentResult
#   {
#       AccountID destination;
#       Asset asset;
#       int64 amount;
#   };
#
# ===========================================================================
module Stellar
  class SimplePaymentResult < XDR::Struct
    attribute :destination, AccountID
    attribute :asset,       Asset
    attribute :amount,      Int64
  end
end

Version data entries

46 entries across 46 versions & 3 rubygems

Version Path
stellar-base-0.2.0 generated/stellar/simple_payment_result.rb
stellar-base-0.1.4 generated/stellar/simple_payment_result.rb
stellar-base-0.1.3 generated/stellar/simple_payment_result.rb
stellar-base-0.1.2 generated/stellar/simple_payment_result.rb
stellar-base-0.1.1 generated/stellar/simple_payment_result.rb
stellar-base-0.1.0 generated/stellar/simple_payment_result.rb