pub fn pack_paymaster_and_data(
paymaster: Option<&str>,
paymaster_verification_gas_limit: u64,
paymaster_post_op_gas_limit: u64,
paymaster_data: &[u8],
) -> Result<Vec<u8>>Expand description
Pack paymaster fields into EntryPoint v0.7 paymasterAndData.