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

Method trade_token

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

Source from the content-addressed store, hash-verified

188
189 @property
190 def trade_token(self) -> Optional[str]:
191 return self._trade_token
192
193 @property
194 def payment_accounts(self) -> Optional[dict]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected