Trait clockwork_client::webhook::state::WebhookAccount
source · pub trait WebhookAccount {
// Required method
fn pubkey(&self) -> Pubkey;
}Expand description
WebhookAccount …
pub trait WebhookAccount {
// Required method
fn pubkey(&self) -> Pubkey;
}WebhookAccount …