encode_utf8_string

Function encode_utf8_string 

Source
pub fn encode_utf8_string(
    data: &mut PerCodecData,
    lb: Option<i128>,
    ub: Option<i128>,
    is_extensible: bool,
    value: &String,
    extended: bool,
) -> Result<(), PerCodecError>
Expand description

Encode a UTF8String CharacterString Type.