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