MCPcopy Create free account
hub / github.com/Rushifakami/csfloat_api / pending_offers

Method pending_offers

models/me.py:271–272  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

269
270 @property
271 def pending_offers(self) -> Optional[int]:
272 return self._pending_offers
273
274 @property
275 def actionable_trades(self) -> Optional[int]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected