Function clarity::abi::encode_call

source ·
pub fn encode_call(sig: &str, tokens: &[AbiToken]) -> Result<Vec<u8>, Error>
Expand description

A helper function that encodes both signature and a list of tokens.