Function alloy_sol_types::abi::encode_sequence

source ·
pub fn encode_sequence<'a, T: TokenSeq<'a>>(token: &T) -> Vec<u8> 
Expand description

ABI-encodes a token sequence.

You are probably looking for SolValue::abi_encode_sequence if you are not intending to use raw tokens.

See the abi module for more information.