Trait clockwork_sdk::state::ThreadAccount
source · pub trait ThreadAccount {
// Required methods
fn pubkey(&self) -> Pubkey;
fn realloc(&mut self) -> Result<(), Error>;
}
Expand description
Trait for reading and writing to a thread account.