Trait contract::ndpc_types::FromStringize
source ·
[−]pub trait FromStringize {
fn from_string(string: String) -> Self;
}Expand description
Converts the given Strign to the type, used to convert hex encoded string to accounthash
