EvmEscrow

Documentation for eth_defi.hyperliquid.api.EvmEscrow Python class.

class EvmEscrow

Bases: object

USDC bridged to HyperCore but held in EVM escrow.

When USDC is deposited via CoreDepositWallet.deposit(), it appears in the evmEscrows field of the spot clearinghouse state until the HyperCore action is processed.

Returned inside SpotClearinghouseState.

Attributes summary

coin

token

total

Methods summary

__init__(coin, token, total)

__init__(coin, token, total)
Parameters
Return type

None