Skip to main content

declared_capability_method_names

Function declared_capability_method_names 

Source
pub fn declared_capability_method_names(field: &str) -> Vec<&'static str>
Expand description

Every method name declared on one capability, contract-owned and harn-vm-owned together, sorted and de-duplicated.

Used to suggest a near miss when is_declared_capability_method rejects a name.