Sha256: 26c986e6fa84fefd9689b02855035f61194d6e4a28553e228d0438c86171bf5c
Contents?: true
Size: 648 Bytes
Versions: 26
Compression:
Stored size: 648 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct PaymentOp # { # AccountID 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, AccountID attribute :asset, Asset attribute :amount, Int64 end end
Version data entries
26 entries across 26 versions & 3 rubygems