[][src]Function casperlabs_contract_ffi::contract_api::runtime::get_key

pub fn get_key(name: &str) -> Option<Key>

Return the unforgable reference known by the current module under the given name. This either comes from the named_keys of the account or contract, depending on whether the current module is a sub-call or not.