Trait clockwork_client::network::state::DelegationAccount
source · pub trait DelegationAccount {
// Required methods
fn pubkey(&self) -> Pubkey;
fn init(
&mut self,
authority: Pubkey,
id: u64,
worker: Pubkey
) -> Result<(), Error>;
}Expand description
DelegationAccount