claim_lighter_pending_balance
Documentation for eth_defi.lighter.lagoon.claim_lighter_pending_balance function.
- claim_lighter_pending_balance(web3, hot_wallet, vault, usdc, expected_raw_amount, timeout)
Claim Lighter pending withdrawal balance back to a Lagoon Safe.
- Parameters
web3 (web3.main.Web3) – Web3 connection.
hot_wallet (eth_defi.hotwallet.HotWallet) – Asset-manager wallet.
vault (eth_defi.erc_4626.vault_protocol.lagoon.vault.LagoonVault) – Lagoon vault.
usdc (eth_defi.token.TokenDetails) – USDC token details.
expected_raw_amount (int) – Expected raw USDC amount.
timeout (int) – Maximum wait in seconds.
- Return type
None