Trait linera_sdk::linera_base_types::HasTypeName
source · pub trait HasTypeName {
// Required method
fn type_name() -> &'static str;
}
Expand description
Something that we know how to hash and sign.
Required Methods§
Object Safety§
This trait is not object safe.