clockwork-network-program 2.0.17

Clockwork networking protocol
Documentation
pub mod config_update;
pub mod delegation_claim;
pub mod delegation_create;
pub mod delegation_deposit;
pub mod delegation_withdraw;
pub mod initialize;
pub mod penalty_claim;
pub mod pool_create;
pub mod pool_rotate;
pub mod pool_update;
pub mod registry_nonce_hash;
pub mod registry_unlock;
pub mod unstake_create;
pub mod worker_claim;
pub mod worker_create;
pub mod worker_update;

pub use config_update::*;
pub use delegation_claim::*;
pub use delegation_create::*;
pub use delegation_deposit::*;
pub use delegation_withdraw::*;
pub use initialize::*;
pub use penalty_claim::*;
pub use pool_create::*;
pub use pool_rotate::*;
pub use pool_update::*;
pub use registry_nonce_hash::*;
pub use registry_unlock::*;
pub use unstake_create::*;
pub use worker_claim::*;
pub use worker_create::*;
pub use worker_update::*;