Sha256: cb6561a4c448e8a793c8aa2d416911048ce8eb79da8ded1ad0649a078f6b6f5a
Contents?: true
Size: 530 Bytes
Versions: 3
Compression:
Stored size: 530 Bytes
Contents
# 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
Version data entries
3 entries across 3 versions & 1 rubygems