Skip to main content

encode_execute

Function encode_execute 

Source
pub fn encode_execute(dest: &[u8; 20], value: Uint256, func: &[u8]) -> Vec<u8> 
Expand description

Encode a single execute(address dest, uint256 value, bytes calldata func).

Standard SimpleAccount execute function.