Trait switchboard_aggregator::ToAccountInfos [−][src]
pub trait ToAccountInfos<'info> {
fn to_account_infos(&self) -> Vec<AccountInfo<'info>, Global>ⓘ;
}
Expand description
Transformation to
AccountInfo
structs.
pub trait ToAccountInfos<'info> {
fn to_account_infos(&self) -> Vec<AccountInfo<'info>, Global>ⓘ;
}
Transformation to
AccountInfo
structs.