#![cfg_attr(not(feature = "std"), no_std)] sp_api::decl_runtime_apis! { pub trait ExodusApi { fn verifying_key(network_id: NetworkId) -> Vec; } }