pub fn encode_batch_posting_report(
batch_timestamp: u64,
batch_poster: Address,
batch_number: u64,
batch_data_gas: u64,
l1_base_fee: U256,
) -> Vec<u8> ⓘExpand description
Creates the ABI-encoded data for a batchPostingReport internal transaction (v1).
ABI: batchPostingReport(uint256 timestamp, address poster, bytes32 dataHash, uint256 batchNum, uint256 l1BaseFee)