Trait clockwork_webhook_program::state::ApiAccount  
source · pub trait ApiAccount {
    fn pubkey(&self) -> Pubkey;
    fn init(
        &mut self,
        ack_authority: Pubkey,
        authority: Pubkey,
        base_url: String
    ) -> Result<()>;
}Expand description
ApiAccount