Trait cronos_program::state::daemon::DaemonAccount
source · [−]pub trait DaemonAccount {
fn init(&mut self, owner: Pubkey, bump: u8) -> Result<()>;
fn invoke(
&mut self,
ix: &Instruction,
account_infos: &[AccountInfo<'_>]
) -> Result<()>;
fn widthdraw(&mut self, amount: u64, owner: &Signer<'_>) -> Result<()>;
}Expand description
DaemonAccount