Trait clockwork_client::network::objects::UnstakeAccount
source · [−]pub trait UnstakeAccount {
fn pubkey(&self) -> Pubkey;
fn init(
&mut self,
amount: u64,
authority: Pubkey,
delegation: Pubkey,
id: u64,
worker: Pubkey
) -> Result<(), Error>;
}Expand description
UnstakeAccount