Docs.rs
clockwork-webhook-program-2.0.17
clockwork-webhook-program 2.0.17
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
nickgarfield
Dependencies
anchor-lang ^0.27.0
normal
clockwork-network-program =2.0.17
normal
clockwork-utils =2.0.17
normal
serde ^1.0.152
normal
Versions
42.86%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
WebhookAccount
Required Methods
pubkey
Implementations on Foreign Types
Account<'_, Webhook>
Implementors
In clockwork_webhook_program::state
?
Trait
clockwork_webhook_program
::
state
::
WebhookAccount
source
·
[
−
]
pub trait WebhookAccount { // Required method fn
pubkey
(&self) -> Pubkey; }
Expand description
WebhookAccount …
Required Methods
§
source
fn
pubkey
(&self) -> Pubkey
Implementations on Foreign Types
§
source
§
impl
WebhookAccount
for
Account
<'_,
Webhook
>
source
§
fn
pubkey
(&self) -> Pubkey
Implementors
§