Trait clockwork_http::state::ApiAccount
source · [−]pub trait ApiAccount {
fn new(
&mut self,
ack_authority: Pubkey,
authority: Pubkey,
base_url: String
) -> Result<()>;
}Expand description
ApiAccount