macro_rules! associated_seeds {
    (account = $pda:expr, associated = $associated:expr) => { ... };
    (account = $pda:expr, associated = $associated:expr, $(with = $with:expr),+) => { ... };
}
Expand description

Returns the program-derived-address seeds used for creating the associated account.