deposit
Submit a validator deposit transaction
Signatures
# sync
w3.seismic.deposit(
*,
node_pubkey: bytes,
consensus_pubkey: bytes,
withdrawal_credentials: bytes,
node_signature: bytes,
consensus_signature: bytes,
deposit_data_root: bytes,
value: int,
address: str = DEPOSIT_CONTRACT_ADDRESS,
) -> HexBytes
# async
await w3.seismic.deposit(...same args...) -> HexBytesRequired byte lengths
Parameter
Length
Example
Notes
See Also
Last updated

