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

Method pending_balance

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

Source from the content-addressed store, hash-verified

176
177 @property
178 def pending_balance(self) -> Optional[int]:
179 return self._pending_balance
180
181 @property
182 def stall_public(self) -> Optional[bool]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected