pub trait AuthorProvider<AccountId> {
// Required method
fn author() -> AccountId;
}
Expand description
Abstraction over “something that can provide the block author”.
Required Methods§
Object Safety§
This trait is not object safe.
pub trait AuthorProvider<AccountId> {
// Required method
fn author() -> AccountId;
}
Abstraction over “something that can provide the block author”.