EvmEscrow
Documentation for eth_defi.hyperliquid.api.EvmEscrow Python class.
- class EvmEscrow
Bases:
objectUSDC bridged to HyperCore but held in EVM escrow.
When USDC is deposited via
CoreDepositWallet.deposit(), it appears in theevmEscrowsfield of the spot clearinghouse state until the HyperCore action is processed.Returned inside
SpotClearinghouseState.Attributes summary
Methods summary
__init__(coin, token, total)- coin: str
Token symbol
- token: int
Token index
- total: decimal.Decimal
Escrowed amount
- __init__(coin, token, total)
- Parameters
coin (str) –
token (int) –
total (decimal.Decimal) –
- Return type
None