Skip to main content

encode_execute_batch

Function encode_execute_batch 

Source
pub fn encode_execute_batch(
    targets: &[[u8; 20]],
    values: &[Uint256],
    data: &[Vec<u8>],
) -> Vec<u8> 
Expand description

Encode executeBatch(address[] dest, uint256[] values, bytes[] func).

Batch execution for multiple calls in a single UserOp.