Sha256: 7de75eb6279f719da9d5d3a529c68fd6bb93cbdabfc6f15c6204cd97ca39cb69
Contents?: true
Size: 536 Bytes
Versions: 11
Compression:
Stored size: 536 Bytes
Contents
# Automatically generated on 2015-05-13T15:00:04-07:00 # DO NOT EDIT or your changes may be overwritten require 'xdr' # === xdr source ============================================================ # # struct # { # AccountID accountID; # uint64 offerID; # } # # =========================================================================== module Stellar class LedgerKey class Offer < XDR::Struct attribute :account_id, AccountID attribute :offer_id, Uint64 end end end
Version data entries
11 entries across 11 versions & 1 rubygems