Sha256: e8a33c3d093b74814348b6109b079333606ea8ec773cc53988e355e3f17d1b9e
Contents?: true
Size: 578 Bytes
Versions: 2
Compression:
Stored size: 578 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; # 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.20 | generated/stellar/simple_payment_result.rb |
stellar-base-0.0.19 | generated/stellar/simple_payment_result.rb |