pub fn optional_account(
program_id: &Pubkey,
opt: Option<Pubkey>,
is_writable: bool,
) -> AccountMetaExpand description
Build an AccountMeta for an optional account. When opt is None, the program ID is
substituted (Anchor 0.29 convention for optional accounts).