cairo_native_runtime

Function as_cairo_short_string_ex

Source
pub fn as_cairo_short_string_ex(value: &Felt, length: usize) -> Option<String>
Expand description

Converts a bigint representing a felt252 to a Cairo short-string of the given length. Nulls are allowed and length must be <= 31.