//! Utility functions to make it easier to build programs with Clockwork.
use ;
use static_pubkey;
/// The stand-in pubkey for delegating a payer address to a worker. All workers are re-imbursed by the user for lamports spent during this delegation.
pub static PAYER_PUBKEY: Pubkey = static_pubkey!;
/// The sighash of a named instruction in an Anchor program.