Function plutus_data::encode_vec

source ·
pub fn encode_vec<T: ToPlutusData + Clone + Debug>(
    x: &Vec<T>
) -> Result<PlutusData, String>