get_deposit_root
Read deposit Merkle root from deposit contract
Signatures
# sync
w3.seismic.get_deposit_root(*, address: str = DEPOSIT_CONTRACT_ADDRESS) -> bytes
# async
await w3.seismic.get_deposit_root(*, address: str = DEPOSIT_CONTRACT_ADDRESS) -> bytesParameters
Returns
Example
root = w3.seismic.get_deposit_root()
print(root.hex())See Also
Last updated

