pub trait DelegationAccount {
    fn pubkey(&self) -> Pubkey;
    fn init(&mut self, authority: Pubkey, id: u64, worker: Pubkey) -> Result<()>;
}
Expand description

DelegationAccount

Required Methods§

Implementations on Foreign Types§

Implementors§