↓ 1 callersFunction_sign_deposit_wallet_batch(
*,
private_key: str,
chain_id: int,
wallet_address: str,
nonce: str,
deadline: str,
src/polybot5m/execution/deposit_wallet.py:238
↓ 1 callersFunction_submit_deposit_wallet_batch(
client,
*,
wallet_address: str,
calls: list,
deadline: str | None = None,
)
src/polybot5m/execution/relayer_creds.py:56
↓ 1 callersMethodget_snapshots_page(
self,
session: aiohttp.ClientSession,
*,
coin: str,
market_id: str,
src/polybot5m/backtest/client.py:87
↓ 1 callersMethodlist_markets(
self,
session: aiohttp.ClientSession,
*,
coin: str,
limit: int = 50,
src/polybot5m/backtest/client.py:57
↓ 1 callersMethodon_monitor_tick(
self,
symbol: str,
*,
remaining_s: float,
rem_yes: float,
re
src/polybot5m/execution/exit_strategy.py:649
↓ 1 callersMethodregister_market(
self,
symbol: str,
*,
tag: str,
yes_token_id: str,
no_token_
src/polybot5m/execution/exit_strategy.py:220
↓ 1 callersFunctionrun_backtest_batch(
*,
api_key: str,
base_url: str,
coin: str,
market_type: str,
last_n: int,
settin
src/polybot5m/backtest/replay.py:340