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 symbol

token

Token index

total

Escrowed amount

Methods summary

__init__(coin, token, total)

coin: str

Token symbol

token: int

Token index

total: decimal.Decimal

Escrowed amount

__init__(coin, token, total)
Parameters
Return type

None