Sha256: c2afbba6065e1cbf1154414d1f5ed37547f09f376a38258d736e4745289f6ffd
Contents?: true
Size: 528 Bytes
Versions: 3
Compression:
Stored size: 528 Bytes
Contents
# This code was automatically generated using xdrgen # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # AccountID organizerID; # uint64 lotID; # } # # =========================================================================== module Stellar class LedgerKey class Lot < XDR::Struct attribute :organizer_id, AccountID attribute :lot_id, Uint64 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auction-ruby-base-0.1.3 | generated/stellar/ledger_key/lot.rb |
auction-ruby-base-0.1.2 | generated/stellar/ledger_key/lot.rb |
auction-ruby-base-0.1.1 | generated/stellar/ledger_key/lot.rb |