pub const DEPOSIT_EVENT_ABI_HASH: FixedBytes<32>;
Available on crate feature
protocol
only.Expand description
Deposit event abi hash.
This is the keccak256 hash of the deposit event ABI signature.
keccak256("TransactionDeposited(address,address,uint256,bytes)")