Sha256: f5b852ea6d3d0f0add4dda449a882d7a1b5e70e0e6e0331bb8baa3292e443cd8
Contents?: true
Size: 588 Bytes
Versions: 2
Compression:
Stored size: 588 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 ============================================================ # # struct SimplePaymentResult # { # AccountID destination; # Currency currency; # int64 amount; # }; # # =========================================================================== module Stellar class SimplePaymentResult < XDR::Struct attribute :destination, AccountID attribute :currency, Currency attribute :amount, Int64 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.3 | generated/stellar/simple_payment_result.rb |
stellar-base-0.0.2 | generated/stellar/simple_payment_result.rb |