pub fn encode_function_call(signature: &str, args: Vec<String>) -> Result<Bytes>Expand description
Encode a function call with the given signature and arguments
Parameters:
signature: e.g."transfer(address,uint256)"args: Solidity typed arguments asVec<&str>
Returns:
- Full calldata: selector + encoded arguments