Trait phron_finality::runtime_api::RuntimeApi
source · pub trait RuntimeApi {
type Error: Display;
// Required method
fn next_aura_authorities(
&self,
at: BlockHash
) -> Result<Vec<AuraId>, Self::Error>;
}
Expand description
Trait handling connection between host code and runtime storage
Required Associated Types§
Required Methods§
Returns aura authorities for the next session using state from block at