Sha256: 925831093a96596d0b1fdae6205b6a0282ad5edc2534d849b9bfccff9660a426
Contents?: true
Size: 526 Bytes
Versions: 2
Compression:
Stored size: 526 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 offerID; # } # # =========================================================================== module Stellar class LedgerKey class Offer < XDR::Struct attribute :account_id, AccountID attribute :offer_id, Uint64 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stellar-base-0.0.20 | generated/stellar/ledger_key/offer.rb |
stellar-base-0.0.19 | generated/stellar/ledger_key/offer.rb |