# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # AccountID accountID; # uint64 lotID; # } # # =========================================================================== module Stellar class LedgerKey class Participant < XDR::Struct attribute :account_id, AccountID attribute :lot_id, Uint64 end end end