Function tuxedo_template_wallet::strip_0x_prefix
source · pub(crate) fn strip_0x_prefix(s: &str) -> &str
Expand description
Takes a string and checks for a 0x prefix. Returns a string without a 0x prefix.
pub(crate) fn strip_0x_prefix(s: &str) -> &str
Takes a string and checks for a 0x prefix. Returns a string without a 0x prefix.