Function ethers::core::utils::rlp::encode_list[]

pub fn encode_list<E, K>(object: &[K]) -> BytesMut where
    E: Encodable,
    K: Borrow<E>,