Sha256: b13c66760db815269772b502eefe91cfbac9a605e4905aa68a5d88cf0a6488b4
Contents?: true
Size: 660 Bytes
Versions: 15
Compression:
Stored size: 660 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct PaymentOp # { # MuxedAccount destination; // recipient of the payment # Asset asset; // what they end up with # int64 amount; // amount they end up with # }; # # =========================================================================== module Stellar class PaymentOp < XDR::Struct attribute :destination, MuxedAccount attribute :asset, Asset attribute :amount, Int64 end end
Version data entries
15 entries across 15 versions & 1 rubygems