pub trait ToAccountInfos<'info> {
// Required method
fn to_account_infos(&self) -> Vec<AccountInfo<'info>>;
}
Expand description
Transformation to
AccountInfo
structs.
pub trait ToAccountInfos<'info> {
// Required method
fn to_account_infos(&self) -> Vec<AccountInfo<'info>>;
}
Transformation to
AccountInfo
structs.