Sha256: ffd37ff95f03c9f0003b12fe582445ecb33a4826066a5203d22ade22f23c1665
Contents?: true
Size: 523 Bytes
Versions: 28
Compression:
Stored size: 523 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # AccountID sellerID; # uint64 offerID; # } # # =========================================================================== module Stellar class LedgerKey class Offer < XDR::Struct attribute :seller_id, AccountID attribute :offer_id, Uint64 end end end
Version data entries
28 entries across 28 versions & 3 rubygems