tuple_pack_from_string

Function tuple_pack_from_string 

Source
pub fn tuple_pack_from_string(tuple_str: &str) -> Result<Vec<u8>, String>
Expand description

Pack a tuple string into bytes without a directory (global tuple). Currently supports “(value)” as single string.