decode_estimate_args

Function decode_estimate_args 

Source
pub fn decode_estimate_args(data: &[u8]) -> Option<(Address, bool, Bytes)>
Expand description

Decode gasEstimateComponents(address,bool,bytes) calldata into (to, contractCreation, data).