Trait cronos_program::state::authority::AuthorityAccount
source · [−]pub trait AuthorityAccount {
fn init(&mut self, bump: u8) -> ProgramResult;
}Expand description
AuthorityAccount
pub trait AuthorityAccount {
fn init(&mut self, bump: u8) -> ProgramResult;
}AuthorityAccount