get_deposit_count
Read deposit count from deposit contract
Signatures
# sync
w3.seismic.get_deposit_count(*, address: str = DEPOSIT_CONTRACT_ADDRESS) -> int
# async
await w3.seismic.get_deposit_count(*, address: str = DEPOSIT_CONTRACT_ADDRESS) -> intParameters
Returns
Example
count = w3.seismic.get_deposit_count()
print(count)Implementation detail
See Also
Last updated

