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;
}pub trait ToHexString {
// Required methods
fn to_prefixed_hex_str(&self) -> String;
fn to_nonprefixed_hex_str(&self) -> String;
}