pub trait WithStore<'info> {
// Required methods
fn store_program(&self) -> AccountInfo<'info>;
fn store(&self) -> AccountInfo<'info>;
}
Expand description
With Store.
Required Methods§
Sourcefn store_program(&self) -> AccountInfo<'info>
fn store_program(&self) -> AccountInfo<'info>
Get data store program.