Trait starknet_devnet_types::traits::ToHexString

source ·
pub trait ToHexString {
    // Required methods
    fn to_prefixed_hex_str(&self) -> String;
    fn to_nonprefixed_hex_str(&self) -> String;
}

Required Methods§

Implementors§