Deposit
Deposit from Layer 1 to zkLink layer.
Name
Type
Required
Description
type
String
yes
The value is "Deposit"
from
String
yes
The initiator address of the deposit
to
String
yes
The recipient of the deposit. An account will be created if it does not exist on zkLink Layer3
serialId
u64
yes
The serial number of the event, used as nonce
ethHash
no
Transaction hash of ethereum, exist when deposit from Ethereum bridge to linea/zksync/starket
For example:
Last updated