pub fn load_account_delegated_handle_error<H: Host + ?Sized>(
context: &mut InstructionContext<'_, H, impl InterpreterTypes>,
to: Address,
transfers_value: bool,
create_empty_account: bool,
) -> Option<u64>
Expand description
Loads accounts and its delegate account.